mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
联联平台添加停车场库编号字段
This commit is contained in:
@@ -120,6 +120,9 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
|
||||
if (StringUtils.isNotBlank(pileStationInfo.getQrcodePrefix())) {
|
||||
vo.setQrcodePrefix(pileStationInfo.getQrcodePrefix());
|
||||
}
|
||||
if (StringUtils.isNotBlank(pileStationInfo.getParkingNumber())) {
|
||||
vo.setParkingNumber(pileStationInfo.getParkingNumber());
|
||||
}
|
||||
vo.setMerchantAdminName(pileStationInfo.getStationAdminName());
|
||||
vo.setStationStatus(Integer.parseInt(pileStationInfo.getStationStatus()));
|
||||
vo.setStationType(pileStationInfo.getStationType());
|
||||
|
||||
@@ -112,6 +112,11 @@ public class PileStationVO {
|
||||
*/
|
||||
private String stationLat;
|
||||
|
||||
/**
|
||||
* 停车场库编号
|
||||
*/
|
||||
private String parkingNumber;
|
||||
|
||||
/**
|
||||
* 建设场所
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user