mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 订单详情 new收费明细
This commit is contained in:
@@ -35,7 +35,18 @@ public class OrderDetailInfoVO {
|
||||
|
||||
private RealTimeMonitorData lastMonitorData;
|
||||
|
||||
// billingDetails
|
||||
// 收费明细
|
||||
private List<ChargeDetail> chargeDetails;
|
||||
|
||||
@Data
|
||||
public static class ChargeDetail{
|
||||
private String periodType; // 时段类型
|
||||
private BigDecimal usedElectricity; // 用电量
|
||||
private BigDecimal electricityPrice; // 电费单价
|
||||
private BigDecimal servicePrice; // 服务费单价
|
||||
private BigDecimal electricityAmount; // 电费金额
|
||||
private BigDecimal serviceAmount; // 服务费金额
|
||||
}
|
||||
|
||||
@Data
|
||||
public static class BillingDetails{
|
||||
|
||||
Reference in New Issue
Block a user