wenhongquan %!s(int64=3) %!d(string=hai) anos
pai
achega
321a40e5a9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 {