mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 07:18:31 +08:00
update
This commit is contained in:
@@ -24,6 +24,14 @@ public class SupStationInfo extends StationInfo {
|
|||||||
@JSONField(name = "StationUniqueNumber")
|
@JSONField(name = "StationUniqueNumber")
|
||||||
private String stationUniqueNumber;
|
private String stationUniqueNumber;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 设备接口分类
|
||||||
|
* 1:车辆充电设备接口
|
||||||
|
* 2:换电站内的电池箱充电设备接口
|
||||||
|
*/
|
||||||
|
@JSONField(name = "EquipmentClassification")
|
||||||
|
private Integer equipmentClassification;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 充换电站所在县以下行政区划代码
|
* 充换电站所在县以下行政区划代码
|
||||||
* 填写内容为12位行政区划代码,1-6位为县及以上行政区划代码,7-12位为县以下区划代码;
|
* 填写内容为12位行政区划代码,1-6位为县及以上行政区划代码,7-12位为县以下区划代码;
|
||||||
|
|||||||
@@ -317,6 +317,7 @@ public class GuiZhouPlatformServiceImpl implements ThirdPartyPlatformService {
|
|||||||
.supportOrder(Integer.valueOf(pileStationInfo.getSupportOrder()))
|
.supportOrder(Integer.valueOf(pileStationInfo.getSupportOrder()))
|
||||||
.parkFeeType(0)
|
.parkFeeType(0)
|
||||||
.periodFee(1) // 峰谷分时 0-否;1-是
|
.periodFee(1) // 峰谷分时 0-否;1-是
|
||||||
|
.equipmentClassification(1)
|
||||||
.toiletFlag(Integer.valueOf(pileStationInfo.getToiletFlag()))
|
.toiletFlag(Integer.valueOf(pileStationInfo.getToiletFlag()))
|
||||||
.storeFlag(Integer.valueOf(pileStationInfo.getStoreFlag()))
|
.storeFlag(Integer.valueOf(pileStationInfo.getStoreFlag()))
|
||||||
.restaurantFlag(Integer.valueOf(pileStationInfo.getRestaurantFlag()))
|
.restaurantFlag(Integer.valueOf(pileStationInfo.getRestaurantFlag()))
|
||||||
|
|||||||
Reference in New Issue
Block a user