소스 검색

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
 }