123
This commit is contained in:
@@ -29,6 +29,8 @@ public interface UserCameraAuditService extends IService<UserCameraAudit> {
|
||||
|
||||
void auditFail(Long id);
|
||||
|
||||
void auditBatchFail(List<Long> ids);
|
||||
|
||||
void auditBatchSuccess(List<Long> ids);
|
||||
|
||||
void deleteBatch(List<Long> ids);
|
||||
|
||||
Reference in New Issue
Block a user