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