Browse Source

feat(type): 添加日志类型:拷贝

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

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

@@ -20,6 +20,7 @@ export enum OperateType {
   IMPORT = '导入',
   IMPORT = '导入',
   OPEN = '打开',
   OPEN = '打开',
   APOSTILLE = '加签',
   APOSTILLE = '加签',
+  COPY = "拷贝"
 }
 }
 export interface IModifyUser {
 export interface IModifyUser {
   ID: string;
   ID: string;