소스 검색

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

wupeixin 3 년 전
부모
커밋
d12f3a1524
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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', // 审批状态关系表
 }