Browse Source

feat(type): 三合一事项关联修改接口名称

wupeixin 3 years ago
parent
commit
d12f3a1524
1 changed files with 2 additions and 2 deletions
  1. 2 2
      types/src/interface/base.ts

+ 2 - 2
types/src/interface/base.ts

@@ -154,8 +154,8 @@ export enum CptModelName {
   commonIndex = 'commonIndex', // 综合指标库
   gatherExecutor = 'gatherExecutor', // 三合一执行人
   budgetData = 'budgetData',
-  subjectMatter = 'subjectMatter', // 事项-前台
-  subjectStepMatter = 'subjectStepMatter', // 步骤事项关系表
+  gatherMatter = 'subjectMatter', // 事项-前台
+  gatherStepMatter = 'subjectStepMatter', // 步骤事项关系表
   approvalStatus = 'approvalStatus', // 审批状态关系表
 }