【7.6.0】【sys】【role】修改用户绑定角色的提示

pull/57/head
fengshuonan 2023-06-28 11:42:40 +08:00
parent 8e1c5c31cc
commit 18e2e9ceaf
1 changed files with 3 additions and 3 deletions

View File

@ -39,10 +39,10 @@ public class SysUserRoleRequest extends BaseRequest {
private Long roleId; private Long roleId;
/** /**
* id * id
*/ */
@ChineseDescription("用户id集合用在批量删除用户的参数") @ChineseDescription("角色id集合用在绑定用户角色")
@NotEmpty(message = "用户id集合不能为空", groups = bindRoles.class) @NotEmpty(message = "角色id集合不能为空", groups = bindRoles.class)
private Set<Long> roleIdList; private Set<Long> roleIdList;
/** /**