wenhongquan před 3 roky
rodič
revize
321a40e5a9
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/api/resource.ts

+ 2 - 1
src/api/resource.ts

@@ -10,11 +10,12 @@ export interface ResourceListItem {
   longitude?: string; // 经度
   latitude?: string; //纬度
   manageUnit?: string; //管理单位
+  carType?: string;
   num?: number; // 数量
   carryGoods?: null; //携带物资(应急时)
   contactName?: string; //联系人
   contactPhone?: string; //联系电话
-  updateTime?:string;
+  updateTime?: string;
 }
 
 export interface GetResourceListParams {