소스 검색

feat(types): 审核日志操作类型增加打开

vian 3 년 전
부모
커밋
25a8a2c0a3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/processLog.ts

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

@@ -18,6 +18,7 @@ export enum OperateType {
   RETURN = '审批退回',
   CREATE = '创建',
   IMPORT = '导入',
+  OPEN = '打开',
 }
 export interface IModifyUser {
   ID: string;