mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 订单列表页汇总数据结算金额换为实收金额
This commit is contained in:
@@ -21,6 +21,9 @@ public class OrderTotalDataVO {
|
||||
// 总用电量
|
||||
private BigDecimal sumUsedElectricity;
|
||||
|
||||
// 总实收金额
|
||||
private BigDecimal sumActualReceivedAmount;
|
||||
|
||||
// 总结算金额
|
||||
private BigDecimal sumSettleAmount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user