فهرست منبع

feat(types): 修改log类型

zhangweicheng 4 سال پیش
والد
کامیت
53fe98fe2b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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[];
 }