【8.3.3】【role】角色实体 增加角色分类id字段

dev-8.3.3
stylefeng 2025-01-23 18:04:15 +08:00
parent f982404e34
commit eac8d42b90
1 changed files with 7 additions and 0 deletions

View File

@ -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;
/**
* id20
*/