|
|
@ -44,32 +44,14 @@ public class SysRole extends BaseBean {
|
|
|
|
@ApiParam(value ="角色等级(待定)" , example ="-1")
|
|
|
|
@ApiParam(value ="角色等级(待定)" , example ="-1")
|
|
|
|
private Integer roleGrade;
|
|
|
|
private Integer roleGrade;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="PARENT_ID")
|
|
|
|
|
|
|
|
@ApiParam(value ="角色父节点ID" , example = "-1")
|
|
|
|
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
|
|
|
|
private Long parentId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="PARENT_NAME_RDD")
|
|
|
|
|
|
|
|
@ApiParam(value ="角色父节点名称" , access ="角色父节点名称")
|
|
|
|
|
|
|
|
private String parentNameRdd;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MODULE_NUMBER")
|
|
|
|
@Column(name="MODULE_NUMBER")
|
|
|
|
@ApiParam(value ="权限模块数量" , example ="0" , access ="权限模块数量")
|
|
|
|
@ApiParam(value ="权限模块数量" , example ="0" , access ="权限模块数量")
|
|
|
|
private Integer moduleNumber;
|
|
|
|
private Integer moduleNumber;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MODULE_NAMES_RDD")
|
|
|
|
|
|
|
|
@ApiParam(value ="权限模块名称" , access ="权限模块名称")
|
|
|
|
|
|
|
|
private String moduleNamesRdd;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MENU_NUMBER_RDD")
|
|
|
|
@Column(name="MENU_NUMBER_RDD")
|
|
|
|
@ApiParam(value ="权限功能数量" , example ="0" , access ="权限功能数量")
|
|
|
|
@ApiParam(value ="权限功能数量" , example ="0" , access ="权限功能数量")
|
|
|
|
private Integer menuNumber;
|
|
|
|
private Integer menuNumber;
|
|
|
|
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
|
|
|
|
@Column(name="MENU_NAMES_RDD")
|
|
|
|
|
|
|
|
@ApiParam(value ="权限功能名称" , access ="权限功能名称")
|
|
|
|
|
|
|
|
private String menuNamesRdd;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="ROLE_STATUS")
|
|
|
|
@Column(name="ROLE_STATUS")
|
|
|
|
@ApiParam(value ="角色状态(枚举:1.正常,2.状态)" , example ="-1")
|
|
|
|
@ApiParam(value ="角色状态(枚举:1.正常,2.状态)" , example ="-1")
|
|
|
|
private Integer roleStatus;
|
|
|
|
private Integer roleStatus;
|
|
|
|