wenhongquan 3 years ago
parent
commit
321a40e5a9
1 changed files with 2 additions and 1 deletions
  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 {