You've already forked FrameTour-BE
bug
This commit is contained in:
@@ -20,7 +20,6 @@ public interface FaceService {
|
||||
ApiResponse<Integer> add(FaceEntity face);
|
||||
ApiResponse<Integer> deleteById(Long id);
|
||||
ApiResponse<Integer> deleteByIds(List<Long> ids);
|
||||
ApiResponse<Integer> update(FaceEntity face);
|
||||
|
||||
ApiResponse faceUpload(MultipartFile file, Long scrnicId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user