1. 补全后端的其余模块
2. 新增用户管理多部门的逻辑
This commit is contained in:
8
sql/dm/新增组织机构类型字段.sql
Normal file
8
sql/dm/新增组织机构类型字段.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
alter table "RUOYI-VUE-PRO".SYSTEM_DEPT
|
||||
add IS_COMPANY BIT default 0 not null;
|
||||
comment
|
||||
on column "RUOYI-VUE-PRO".SYSTEM_DEPT.IS_COMPANY is '是否公司';
|
||||
alter table "RUOYI-VUE-PRO".SYSTEM_DEPT
|
||||
add IS_GROUP BIT default 0 not null;
|
||||
comment
|
||||
on column "RUOYI-VUE-PRO".SYSTEM_DEPT.IS_GROUP is '是否集团';
|
||||
Reference in New Issue
Block a user