Browse Source

feat(types): 修改备注

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

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

@@ -26,7 +26,7 @@ export interface IModifiedVal {
 }
 }
 export interface IModifyInfo {
 export interface IModifyInfo {
   type: OperateType; // 操作类型
   type: OperateType; // 操作类型
-  operateTarget: string; // 操作内容
+  operateTarget: string; // 被操作目标
   modifiedVal?: IModifiedVal; // 修改后的值
   modifiedVal?: IModifiedVal; // 修改后的值
   remark?: string; // 备注,需要的信息可以存在这
   remark?: string; // 备注,需要的信息可以存在这
 }
 }