Explorar o código

feat(types): 修改IModifyInfo

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
94460dfbde
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;