Browse Source

feat(types): 修改ILogItem的modifyTime类型

LuoHaoxuan 3 years atrás
parent
commit
538c7a9434
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/processLog.ts

+ 1 - 1
types/src/interface/processLog.ts

@@ -27,7 +27,7 @@ export interface IModifyInfo {
 }
 export interface ILogItem {
   name: string;
-  modifyTime: string;
+  modifyTime: string | number;
   modifyType: ModifyType;
   modifyUser: IModifyUser;
   info: IModifyInfo;