This commit is contained in:
2023-07-01 13:33:02 +08:00
parent 597bc7520f
commit 00822174fd
2 changed files with 10 additions and 0 deletions

View File

@@ -20,4 +20,7 @@ public class OrderTotalDataVO {
// 总用电量
private BigDecimal sumUsedElectricity;
// 总结算金额
private BigDecimal sumSettleAmount;
}