|
@@ -208,7 +208,7 @@ create table sys_role (
|
|
|
role_name varchar(30) not null comment '角色名称',
|
|
|
role_key varchar(100) not null comment '角色权限字符串',
|
|
|
role_sort int(4) not null comment '显示顺序',
|
|
|
- data_scope char(1) default '1' comment '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)',
|
|
|
+ data_scope char(1) default '1' comment '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限 5:仅本人数据权限 6:部门及以下或本人数据权限)',
|
|
|
menu_check_strictly tinyint(1) default 1 comment '菜单树选择项是否关联显示',
|
|
|
dept_check_strictly tinyint(1) default 1 comment '部门树选择项是否关联显示',
|
|
|
status char(1) not null comment '角色状态(0正常 1停用)',
|