Browse Source

社区自组织添加分类

dev
yinzuomei 3 years ago
parent
commit
ec6d243707
  1. 2
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/db/migration/V0.0.15__self_org_category.sql

2
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/db/migration/V0.0.15__self_org_category.sql

@ -0,0 +1,2 @@
alter table ic_community_self_organization
add COLUMN CATEGORY_CODE VARCHAR(32) DEFAULT NULL COMMENT '分类,来源于字典表dictType=self_org_category;';
Loading…
Cancel
Save