多公司支持

This commit is contained in:
sxu 2024-07-31 13:37:20 +08:00
parent bbb975526f
commit 179db2943f
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
--
-- 所属组织id
alter table sys_dept
add company_id bigint null comment '所属组织id';
-- 所属组织id
alter table sys_user
add company_id bigint null comment '所属组织id';