Explorar o código

feat(types): 在CptModelName添加conditionSetting

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
6f63d849ee
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/base.ts

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

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