mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 江苏省平台接口
This commit is contained in:
@@ -73,4 +73,21 @@ public class NREquipmentInfo {
|
||||
*/
|
||||
@JsonProperty(value = "ConnectorInfos")
|
||||
private List<NRConnectorInfo> connectorInfos;
|
||||
|
||||
@JsonProperty(value = "VinFlag")
|
||||
private Integer vinFlag;
|
||||
|
||||
@JsonProperty(value = "EquipmentPower")
|
||||
private BigDecimal equipmentPower;
|
||||
|
||||
@JsonProperty(value = "NewNationalStandard")
|
||||
private Integer newNationalStandard;
|
||||
|
||||
@JsonProperty(value = "ConstructionTime")
|
||||
private String constructionTime;
|
||||
|
||||
@JsonProperty(value = "ManufacturerID")
|
||||
private String manufacturerID;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -176,4 +176,52 @@ public class NRStationInfo {
|
||||
*/
|
||||
@JsonProperty(value = "EquipmentInfos")
|
||||
private List<NREquipmentInfo> equipmentInfos;
|
||||
|
||||
@JsonProperty(value = "LoungeFlag")
|
||||
private Integer loungeFlag;
|
||||
|
||||
@JsonProperty(value = "IsAloneApply")
|
||||
private Integer isAloneApply;
|
||||
|
||||
@JsonProperty(value = "PrinterFlag")
|
||||
private Integer printerFlag;
|
||||
|
||||
@JsonProperty(value = "ParkFree")
|
||||
private Integer parkFree;
|
||||
|
||||
@JsonProperty(value = "IsPublicParkingLot")
|
||||
private Integer isPublicParkingLot;
|
||||
|
||||
@JsonProperty(value = "Payment")
|
||||
private Integer payment;
|
||||
|
||||
@JsonProperty(value = "RestaurantFlag")
|
||||
private Integer restaurantFlag;
|
||||
|
||||
@JsonProperty(value = "BarrierFlag")
|
||||
private Integer barrierFlag;
|
||||
|
||||
@JsonProperty(value = "ServiceFee")
|
||||
private BigDecimal serviceFee;
|
||||
|
||||
@JsonProperty(value = "ParkingLockFlag")
|
||||
private Integer parkingLockFlag;
|
||||
|
||||
@JsonProperty(value = "ElectricityFee")
|
||||
private BigDecimal electricityFee;
|
||||
|
||||
@JsonProperty(value = "StoreFlag")
|
||||
private Integer storeFlag;
|
||||
|
||||
@JsonProperty(value = "CanopyFlag")
|
||||
private Integer canopyFlag;
|
||||
|
||||
@JsonProperty(value = "ToiletFlag")
|
||||
private Integer toiletFlag;
|
||||
|
||||
@JsonProperty(value = "SupportOrder")
|
||||
private Integer supportOrder;
|
||||
|
||||
@JsonProperty(value = "ParkFeeType")
|
||||
private Integer parkFeeType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user