system
This commit is contained in:
parent
05b127eeb9
commit
4c802e86a0
|
|
@ -0,0 +1,6 @@
|
|||
-- 所属组织id
|
||||
alter table sys_dept
|
||||
add company_id bigint null comment '所属组织id';
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue