1.规范增量 SQL 文件命名

2.新增数据总线模块(未完成)
3.新增规则模块(未完成)
4.新增组织编码与外部系统组织编码映射关系表
5.补全 e 办单点登录回调逻辑
This commit is contained in:
chenbowen
2025-10-15 08:59:57 +08:00
parent 97bd87de55
commit c0dc0823b6
246 changed files with 11118 additions and 2749 deletions

View 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 '是否集团';