Explorar el Código

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

LuoHaoxuan hace 3 años
padre
commit
538c7a9434
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;