Ver código fonte

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

LuoHaoxuan 3 anos atrás
pai
commit
5eea1a9ae4
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      types/src/interface/base.ts

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

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