소스 검색

feat(types): 在OperateType添加IMPORT

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

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

@@ -16,6 +16,7 @@ export enum OperateType {
   APPROVAL = '审批通过',
   RETURN = '审批退回',
   CREATE = '创建',
+  IMPORT = '导入',
 }
 export interface IModifyUser {
   ID: string;