Browse Source

feat(types): 在OperateType添加CREATE

LuoHaoxuan 3 years ago
parent
commit
62bd5b172b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/processLog.ts

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

@@ -15,6 +15,7 @@ export enum OperateType {
   REPORT = '上报',
   REPORT = '上报',
   APPROVAL = '审批通过',
   APPROVAL = '审批通过',
   RETURN = '审批退回',
   RETURN = '审批退回',
+  CREATE = '创建',
 }
 }
 export interface IModifyUser {
 export interface IModifyUser {
   ID: string;
   ID: string;