You've already forked FrameTour-BE
优化是否能生成判断逻辑
This commit is contained in:
@ -18,6 +18,7 @@ public interface FaceMapper {
|
||||
List<FaceRespVO> list(FaceReqQuery faceReqQuery);
|
||||
List<FaceRespVO> listByScenicIdAndNotFinished(Long scenicId);
|
||||
FaceRespVO getById(Long id);
|
||||
FaceEntity get(Long id);
|
||||
int add(FaceEntity face);
|
||||
int deleteById(Long id);
|
||||
int deleteByIds(@Param("list") List<Long> ids);
|
||||
|
@ -22,5 +22,5 @@ public interface FaceSampleMapper {
|
||||
int deleteByIds(@Param("list") List<Long> ids);
|
||||
int update(FaceSampleEntity faceSample);
|
||||
|
||||
List<FaceSampleRespVO> listByIds(List<Long> list);
|
||||
List<FaceSampleEntity> listByIds(List<Long> list);
|
||||
}
|
||||
|
Reference in New Issue
Block a user