This commit is contained in:
YAS\29473
2024-11-29 09:23:34 +08:00
parent e308df9822
commit 566decc6b6
2 changed files with 9 additions and 0 deletions

View File

@@ -24,6 +24,14 @@ public class SupStationInfo extends StationInfo {
@JSONField(name = "StationUniqueNumber")
private String stationUniqueNumber;
/**
* 设备接口分类
* 1车辆充电设备接口
* 2换电站内的电池箱充电设备接口
*/
@JSONField(name = "EquipmentClassification")
private Integer equipmentClassification;
/**
* 充换电站所在县以下行政区划代码
* 填写内容为12位行政区划代码1-6位为县及以上行政区划代码7-12位为县以下区划代码

View File

@@ -317,6 +317,7 @@ public class GuiZhouPlatformServiceImpl implements ThirdPartyPlatformService {
.supportOrder(Integer.valueOf(pileStationInfo.getSupportOrder()))
.parkFeeType(0)
.periodFee(1) // 峰谷分时 0-否1-是
.equipmentClassification(1)
.toiletFlag(Integer.valueOf(pileStationInfo.getToiletFlag()))
.storeFlag(Integer.valueOf(pileStationInfo.getStoreFlag()))
.restaurantFlag(Integer.valueOf(pileStationInfo.getRestaurantFlag()))