Преглед изворни кода

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;