Przeglądaj źródła

feat(types): 在OperateType添加IMPORT

LuoHaoxuan 3 lat temu
rodzic
commit
af9cb6bdd5
1 zmienionych plików z 1 dodań i 0 usunięć
  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;