This commit is contained in:
sxu 2024-08-13 09:38:51 +08:00
parent 05b127eeb9
commit 4c802e86a0
1 changed files with 6 additions and 0 deletions

View File

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