This commit is contained in:
2025-09-24 09:35:24 +08:00
parent becbe5f6ab
commit 7728f4424f
3 changed files with 12 additions and 6 deletions

View File

@@ -29,4 +29,6 @@ public interface FaceSampleMapper {
List<FaceSampleEntity> listEntityBeforeDate(Long scenicId, Date endDate);
void updateScore(Long id, Float score);
void updateStatus(Long id, Integer status);
}