소스 검색

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', // 审批流程环节日志
 }
 
 // 无数据表的模块名称的枚举