This commit is contained in:
Lemon
2023-09-26 17:13:39 +08:00
parent d97b64dcdc
commit d9e5b2ed36
3 changed files with 7 additions and 3 deletions

View File

@@ -156,6 +156,7 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
}
vo.setStationLat(pileStationInfo.getStationLat());
vo.setStationLng(pileStationInfo.getStationLng());
vo.setCountryCode(pileStationInfo.getCountryCode());
vo.setConstruction(pileStationInfo.getConstruction());
vo.setBusinessHours(pileStationInfo.getBusinessHours());
// vo.setOrganizationCode(pileStationInfo.getor);

View File

@@ -54,6 +54,11 @@ public class PileStationVO {
*/
private String address;
/**
* 充电站国家代码
*/
private String countryCode;
/**
* 二维码前缀
*/