ソースを参照

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

wupeixin 3 年 前
コミット
05336d7f5a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      types/src/interface/base.ts

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

@@ -155,8 +155,8 @@ export enum CptModelName {
   gatherExecutor = 'gatherExecutor', // 三合一执行人
   gatherExecutor = 'gatherExecutor', // 三合一执行人
   budgetData = 'budgetData',
   budgetData = 'budgetData',
   approvalStatus = 'approvalStatus', // 审批状态关系表
   approvalStatus = 'approvalStatus', // 审批状态关系表
-  gatherMatter = 'subjectMatter', // 事项-前台
-  gatherStepMatter = 'subjectStepMatter', // 步骤事项关系表
+  gatherMatter = 'gatherMatter', // 事项-前台
+  gatherStepMatter = 'gatherStepMatter', // 步骤事项关系表
 }
 }
 
 
 // 无数据表的模块名称的枚举
 // 无数据表的模块名称的枚举