mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
新增 联联平台 推送站点费率接口
This commit is contained in:
@@ -28,19 +28,19 @@ public class PushStationFeeVO {
|
||||
@Data
|
||||
public static class ChargeFeeDetail {
|
||||
|
||||
@JsonProperty(value = "equipmentType")
|
||||
@JsonProperty(value = "EquipmentType")
|
||||
private Integer equipmentType;
|
||||
|
||||
@JsonProperty(value = "ChargeFeeDetail")
|
||||
@JsonProperty(value = "StartTime")
|
||||
private String startTime;
|
||||
|
||||
@JsonProperty(value = "ChargeFeeDetail")
|
||||
@JsonProperty(value = "EndTime")
|
||||
private String endTime;
|
||||
|
||||
@JsonProperty(value = "ChargeFeeDetail")
|
||||
@JsonProperty(value = "ElectricityFee")
|
||||
private BigDecimal electricityFee;
|
||||
|
||||
@JsonProperty(value = "ChargeFeeDetail")
|
||||
@JsonProperty(value = "ServiceFee")
|
||||
private BigDecimal serviceFee;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user