新增 联联平台 推送站点费率接口

This commit is contained in:
Lemon
2024-03-05 15:09:43 +08:00
parent e47749d15b
commit 271b880daa
4 changed files with 114 additions and 16 deletions

View File

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