Jelajahi Sumber

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

lipk 3 tahun lalu
induk
melakukan
c0313ffae8
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      types/src/interface/processLog.ts

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

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