customer id
This commit is contained in:
parent
4c802e86a0
commit
65ed89d743
|
|
@ -2,5 +2,6 @@
|
||||||
alter table sys_dept
|
alter table sys_dept
|
||||||
add company_id bigint null comment '所属组织id';
|
add company_id bigint null comment '所属组织id';
|
||||||
|
|
||||||
|
-- 所属组织id
|
||||||
|
alter table sys_user
|
||||||
|
add company_id bigint null comment '所属组织id';
|
||||||
Loading…
Reference in New Issue