mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
小程序站点列表新增 停车费率描述字段
This commit is contained in:
@@ -431,6 +431,9 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
|
||||
stationVO.setStationAddress(pileStationVO.getAddress());
|
||||
stationVO.setStationLat(pileStationVO.getStationLat());
|
||||
stationVO.setStationLng(pileStationVO.getStationLng());
|
||||
if (StringUtils.isNotBlank(pileStationVO.getParkFeeDescribe())) {
|
||||
stationVO.setParkFeeDescribe(pileStationVO.getParkFeeDescribe());
|
||||
}
|
||||
|
||||
// 站点图片
|
||||
if (StringUtils.isNotBlank(pileStationVO.getPictures())) {
|
||||
|
||||
@@ -58,6 +58,11 @@ public class StationInfoVO {
|
||||
*/
|
||||
private String totalPrice;
|
||||
|
||||
/**
|
||||
* 停车费率描述
|
||||
*/
|
||||
private String parkFeeDescribe;
|
||||
|
||||
/**
|
||||
* 占桩免费时长
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user