33333333333

This commit is contained in:
777
2025-04-05 01:02:12 +08:00
parent ba2d569737
commit a8dc2248ec
13 changed files with 153 additions and 13 deletions

View File

@@ -24,4 +24,6 @@ public interface UserPictureAuditService extends IService<UserPictureAudit> {
void auditFail(Long id);
boolean batchSuccess(List<Long> ids);
boolean removeBatch(List<Long> ids);
}