ソースを参照

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;