update 江苏省平台接口

This commit is contained in:
Lemon
2023-10-19 11:21:02 +08:00
parent 45da1f1ed1
commit bd0a9d6dac
9 changed files with 244 additions and 20 deletions

View File

@@ -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;
}

View File

@@ -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;
}