mirror of https://gitee.com/stylefeng/roses
【8.3.3】【role】角色实体 增加角色分类id字段
parent
f982404e34
commit
eac8d42b90
|
@ -77,6 +77,13 @@ public class SysRole extends BaseExpandFieldEntity {
|
|||
@ChineseDescription("角色类型:10-系统角色,15-业务角色,20-公司角色")
|
||||
private Integer roleType;
|
||||
|
||||
/**
|
||||
* 所属的角色分类id,如果是业务角色和公司角色可以加上所属分类
|
||||
*/
|
||||
@TableField("role_category_id")
|
||||
@ChineseDescription("所属的角色分类id,如果是业务角色和公司角色可以加上所属分类")
|
||||
private Long roleCategoryId;
|
||||
|
||||
/**
|
||||
* 角色所属公司id,当角色类型为20时传此值
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue