|
@@ -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 {
|