ソースを参照

feat(types): 修改IModifyInfo

LuoHaoxuan 3 年 前
コミット
94460dfbde
1 ファイル変更2 行追加1 行削除
  1. 2 1
      types/src/interface/processLog.ts

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

@@ -23,7 +23,8 @@ export interface IModifyUser {
 export interface IModifyInfo {
   type: OperateType; // 操作类型
   operateTarget: string; // 操作内容
-  message?: string;
+  modifiedVal?: string; // 修改后的值
+  remark?: string; // 备注,需要的信息可以存在这
 }
 export interface ILogItem {
   name: string;