旗开得胜

This commit is contained in:
chen-xin-zhi 2025-04-01 13:46:02 +08:00
parent dbedf22679
commit ea6050ae6f

View File

@ -99,11 +99,11 @@ public class UserController {
}
// /**
// * web端管理员批量删除用户
// * @param commonBatchRequest id列表
// * @return 是否删除成功
// */
/**
* web端管理员批量删除用户
* @param commonBatchRequest id列表
* @return 是否删除成功
*/
@PostMapping("delBatch")
@Operation(summary = "web端管理员批量删除用户", description = "参数id列表权限管理员boss, admin),方法名:delBatchUser")
@AuthCheck(mustRole = UserConstant.ADMIN_ROLE)