This commit is contained in:
parent
53c8d31c92
commit
f6cd6d3976
|
@ -53,6 +53,7 @@ public class SysUserBo extends BaseEntity {
|
||||||
/**
|
/**
|
||||||
* 用户类型(sys_user系统用户)
|
* 用户类型(sys_user系统用户)
|
||||||
*/
|
*/
|
||||||
|
@NotBlank(message = "用户类型不能为空")
|
||||||
private String userType;
|
private String userType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -95,7 +96,7 @@ public class SysUserBo extends BaseEntity {
|
||||||
/**
|
/**
|
||||||
* 角色组
|
* 角色组
|
||||||
*/
|
*/
|
||||||
@Size(min = 1, message = "用户角色不能为空")
|
//@Size(min = 1, message = "用户角色不能为空")
|
||||||
private Long[] roleIds;
|
private Long[] roleIds;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue