ソースを参照

feat(type): 在CptModelName添加processLogs

LuoHaoxuan 3 年 前
コミット
0470a92b4e
1 ファイル変更1 行追加0 行削除
  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', // 审批流程环节日志
 }
 
 // 无数据表的模块名称的枚举