mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 14:05:04 +08:00
update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user