人脸真实删除、清理逻辑优化

This commit is contained in:
2025-05-08 17:21:00 +08:00
parent ef978529ac
commit 2e92cf5c91
3 changed files with 16 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ public interface FaceMapper {
FaceEntity get(Long id);
int add(FaceEntity face);
int deleteById(Long id);
int forceDeleteById(Long id);
int deleteByIds(@Param("list") List<Long> ids);
int update(FaceEntity face);