瀏覽代碼

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

wupeixin 3 年之前
父節點
當前提交
2c632d11a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/base.ts

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

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