企业机构代码(统一社会信用代码)

This commit is contained in:
sxu 2024-09-04 10:37:52 +08:00
parent 2880f1bb70
commit 66a182295d
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--
-- 企业机构代码(统一社会信用代码)
alter table sys_dept
add social_credit_code varchar(255) null comment '企业机构代码(统一社会信用代码)';
-- 企业归属代码CSG代表机具产权所属单位为南方电网下属企业 SE代表机具产权所属单位为社会及大集体企业
alter table sys_dept
add enterprise_ownership_code varchar(10) null comment '企业归属代码CSG代表机具产权所属单位为南方电网下属企业
SE代表机具产权所属单位为社会及大集体企业';