Explorar el Código

feat(types): 在CptModelName添加审批状态关系表

LuoHaoxuan hace 3 años
padre
commit
5eea1a9ae4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/base.ts

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

@@ -156,6 +156,7 @@ export enum CptModelName {
   budgetData = 'budgetData',
   budgetData = 'budgetData',
   subjectMatter = 'subjectMatter', // 事项-前台
   subjectMatter = 'subjectMatter', // 事项-前台
   subjectStepMatter = 'subjectStepMatter', // 步骤事项关系表
   subjectStepMatter = 'subjectStepMatter', // 步骤事项关系表
+  approvalStatus = 'approvalStatus', // 审批状态关系表
 }
 }
 
 
 // 无数据表的模块名称的枚举
 // 无数据表的模块名称的枚举