【8.3.3】【role】更新Deprecated说明

pull/62/head
stylefeng 2025-01-24 18:02:06 +08:00
parent e17da0ceee
commit 2d65e21278
2 changed files with 5 additions and 0 deletions

View File

@ -51,9 +51,12 @@ public class SysRole extends BaseExpandFieldEntity {
/** /**
* 10-20-30-31-40-50- * 10-20-30-31-40-50-
* <p>
* sys_role_data_scope
*/ */
@TableField("data_scope_type") @TableField("data_scope_type")
@ChineseDescription("数据范围类型10-仅本人数据20-本部门数据30-本部门及以下数据31-本公司及以下数据40-指定部门数据50-全部数据") @ChineseDescription("数据范围类型10-仅本人数据20-本部门数据30-本部门及以下数据31-本公司及以下数据40-指定部门数据50-全部数据")
@Deprecated
private Integer dataScopeType; private Integer dataScopeType;
/** /**

View File

@ -71,6 +71,8 @@ public class SysRoleDataScope extends BaseEntity {
/** /**
* id * id
* <p>
* id
*/ */
@TableField(exist = false) @TableField(exist = false)
@ChineseDescription("机构id") @ChineseDescription("机构id")