mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 高德地图
This commit is contained in:
@@ -132,7 +132,7 @@ public class AMapStationInfo {
|
||||
|
||||
// 充电收费信息
|
||||
@JSONField(name = "PriceChargingInfo")
|
||||
private List<AMapPriceChargingInfo> PriceChargingInfo;
|
||||
private List<AMapPriceChargingInfo> priceChargingInfo;
|
||||
|
||||
// 快充总桩数
|
||||
@JSONField(name = "FastEquipmentNum")
|
||||
@@ -144,5 +144,5 @@ public class AMapStationInfo {
|
||||
|
||||
// 充电设备信息列表
|
||||
@JSONField(name = "EquipmentInfos")
|
||||
private List<AMapEquipmentInfo> EquipmentInfos;
|
||||
private List<AMapEquipmentInfo> equipmentInfos;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user