Selaa lähdekoodia

feat(type): 在CptModelName添加processLogs

LuoHaoxuan 3 vuotta sitten
vanhempi
commit
0470a92b4e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      types/src/interface/base.ts

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

@@ -159,6 +159,7 @@ export enum CptModelName {
   gatherStepMatter = 'gatherStepMatter', // 步骤事项关系表
   gatherStepMatter = 'gatherStepMatter', // 步骤事项关系表
   conditionSetting = 'conditionSetting',
   conditionSetting = 'conditionSetting',
   auditComment = 'auditComment', // 审批意见
   auditComment = 'auditComment', // 审批意见
+  processLogs = 'processLogs', // 审批流程环节日志
 }
 }
 
 
 // 无数据表的模块名称的枚举
 // 无数据表的模块名称的枚举