Explorar el Código

feat(types): 修改log类型

zhangweicheng hace 4 años
padre
commit
53fe98fe2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/editLog.ts

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

@@ -28,5 +28,5 @@ export interface IEditLog {
   code?: string;
   name?: string;
   unit?: string;
-  editLogs: [ILogDetail];
+  editLogs: ILogDetail[];
 }