This commit is contained in:
2023-06-27 16:41:12 +08:00
parent 27098b7a6d
commit ef4d5aa6a3
2 changed files with 26 additions and 16 deletions

View File

@@ -22,10 +22,10 @@ public class AMapDiscountPriceChargingInfo {
// 只填数字或数字区间,单位:元/度。
// 空表示未获取到价格0.00表示免费
// 格式:保留四位小数
@JSONField(name = "DiscountTime")
@JSONField(name = "DiscountElectricityFee")
private BigDecimal discountElectricityFee;
// 站点服务费优惠价
@JSONField(name = "DiscountTime")
@JSONField(name = "DiscountServiceFee")
private BigDecimal discountServiceFee;
}