角色增加包含系统参数,切换系统时只需展示当前用户包含的子系统

This commit is contained in:
thinkgem
2023-08-16 16:30:07 +08:00
parent f5080cd8f5
commit da12b2d092
21 changed files with 373 additions and 293 deletions

View File

@@ -699,6 +699,7 @@ CREATE TABLE [js_sys_role]
[desktop_url] varchar(255),
[data_scope] char(1),
[biz_scope] varchar(255),
[sys_codes] nvarchar(500),
[status] char(1) DEFAULT '0' NOT NULL,
[create_by] varchar(64) NOT NULL,
[create_date] datetime NOT NULL,