浏览代码

feat(types): editLog增加field

zhangweicheng 4 年之前
父节点
当前提交
089f4f5f4a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/editLog.ts

+ 1 - 0
types/src/interface/editLog.ts

@@ -14,4 +14,5 @@ export interface IEditLog<T = any> {
   description?: string; // 操作说明
   newValue?: string; // 新值
   oldValue?: string; // 旧值
+  field?: string; // 修改的field
 }