This commit is contained in:
tortoise 2024-09-09 01:14:33 +08:00
parent 266f87f7c6
commit 952a8383d1

View File

@ -47,7 +47,6 @@ public class RevokedController {
CategoryService categoryService; CategoryService categoryService;
@Autowired @Autowired
RecordService recordService; RecordService recordService;
//TODO 普通成员向管理员申请撤销 //TODO 普通成员向管理员申请撤销
@AuthAccess(allowRoles = {"user"}) @AuthAccess(allowRoles = {"user"})
@Operation(summary = "成员申请撤销") @Operation(summary = "成员申请撤销")