添加限流工具,修改模板onlyIf

This commit is contained in:
2025-01-23 15:10:29 +08:00
parent 1aa1ae5e2b
commit 7bd9a7507f
10 changed files with 64 additions and 32 deletions

View File

@ -23,4 +23,6 @@ public interface FaceSampleMapper {
int update(FaceSampleEntity faceSample);
List<FaceSampleEntity> listByIds(List<Long> list);
FaceSampleEntity getEntity(Long faceSampleId);
}