Sfoglia il codice sorgente

feat(type): 在CptModelName添加processLogs

LuoHaoxuan 3 anni fa
parent
commit
0470a92b4e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      types/src/interface/base.ts

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

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