mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update
This commit is contained in:
@@ -35,7 +35,7 @@ public class AMapEquipmentInfo {
|
||||
|
||||
// 充电设备接口列表
|
||||
@JSONField(name = "ConnectorInfos")
|
||||
private List<AMapConnectorInfo> ConnectorInfos;
|
||||
private List<AMapConnectorInfo> connectorInfos;
|
||||
|
||||
// 充电设备总功率 单位:kW
|
||||
@JSONField(name = "Power")
|
||||
|
||||
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user