mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -54,6 +54,11 @@ public class PileStationVO {
|
||||
*/
|
||||
private String address;
|
||||
|
||||
/**
|
||||
* 充电站国家代码
|
||||
*/
|
||||
private String countryCode;
|
||||
|
||||
/**
|
||||
* 二维码前缀
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user