This commit is contained in:
2024-12-20 17:34:25 +08:00
parent bf5fdeb95c
commit 43ae10916c
29 changed files with 325 additions and 58 deletions

View File

@ -12,4 +12,8 @@ public interface TaskFaceService {
AddFaceRespVo addFaceSample(Long faceSampleId);
void batchDeleteFace(Long scenicId);
void deleteFaceDB(Long scenicId);
void createFaceDB(Long scenicId);
}