Quellcode durchsuchen

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

wupeixin vor 3 Jahren
Ursprung
Commit
2c632d11a2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      types/src/interface/base.ts

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

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