From 179db2943f570625997cfab10d02c6237dcd973a Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Wed, 31 Jul 2024 13:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=85=AC=E5=8F=B8=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2024/南网仓储/companyId_20240720.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2024/南网仓储/companyId_20240720.sql diff --git a/2024/南网仓储/companyId_20240720.sql b/2024/南网仓储/companyId_20240720.sql new file mode 100644 index 0000000..cf61cd4 --- /dev/null +++ b/2024/南网仓储/companyId_20240720.sql @@ -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'; \ No newline at end of file