customer id

This commit is contained in:
sxu 2024-08-13 12:44:16 +08:00
parent 4c802e86a0
commit 65ed89d743
1 changed files with 3 additions and 2 deletions

View File

@ -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';