mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
update
This commit is contained in:
@@ -123,12 +123,30 @@ public class QueryChargingStatusVO {
|
||||
@JSONField(name = "SeviceMoney")
|
||||
private BigDecimal seviceMoney;
|
||||
|
||||
/**
|
||||
* 累计服务费
|
||||
*/
|
||||
@JSONField(name = "ServiceMoney")
|
||||
private BigDecimal serviceMoney;
|
||||
|
||||
/**
|
||||
* 累计总金额
|
||||
*/
|
||||
@JSONField(name = "TotalMoney")
|
||||
private BigDecimal totalMoney;
|
||||
|
||||
/**
|
||||
* 充电设施运营商和 客户运营商协议电 价计费。无协议电 价,则填写为累计 电费。
|
||||
*/
|
||||
@JSONField(name = "DiscountElecMoney")
|
||||
private BigDecimal discountElecMoney;
|
||||
|
||||
/**
|
||||
* 累计协议服务费
|
||||
*/
|
||||
@JSONField(name = "DiscountServiceMoney")
|
||||
private BigDecimal discountServiceMoney;
|
||||
|
||||
/**
|
||||
* 是否可申请停车费减免
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user