This commit is contained in:
Lemon
2023-06-27 10:57:42 +08:00
parent cf741ac3ce
commit 3b87e0c71c
3 changed files with 14 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ public class AMapEquipmentInfo {
// 充电设备接口列表
@JSONField(name = "ConnectorInfos")
private List<AMapConnectorInfo> ConnectorInfos;
private List<AMapConnectorInfo> connectorInfos;
// 充电设备总功率 单位kW
@JSONField(name = "Power")

View File

@@ -164,6 +164,7 @@ public class AMapServiceImpl implements AMapService {
aMapInfo.setStationName(stationInfo.getStationName());
aMapInfo.setCountryCode(stationInfo.getCountryCode());
aMapInfo.setAreaCode(stationInfo.getAreaCode());
aMapInfo.setServiceTel(stationInfo.getStationTel());
aMapInfo.setAddress(stationInfo.getAddress());
aMapInfo.setServiceTel(stationInfo.getServiceTel());
aMapInfo.setStationType(Integer.parseInt(stationInfo.getStationType()));