Explorar el Código

feat(types): editLog增加field

zhangweicheng hace 4 años
padre
commit
089f4f5f4a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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; // 操作说明
   description?: string; // 操作说明
   newValue?: string; // 新值
   newValue?: string; // 新值
   oldValue?: string; // 旧值
   oldValue?: string; // 旧值
+  field?: string; // 修改的field
 }
 }