You've already forked FrameTour-BE
人脸检测逻辑
This commit is contained in:
@ -21,4 +21,6 @@ public interface DeviceMapper {
|
||||
int deleteById(Long id);
|
||||
int update(DeviceAddOrUpdateReq deviceReqQuery);
|
||||
int updateStatus(Long id);
|
||||
|
||||
List<DeviceRespVO> listByScenicId(Long scenicId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user