Kaynağa Gözat

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

lipk 3 yıl önce
ebeveyn
işleme
c0313ffae8
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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;