反参新增字段 订单总电费金额 订单总服务费金额

This commit is contained in:
2023-04-14 08:39:38 +08:00
parent fdfcfd8479
commit 08230095cb
2 changed files with 7 additions and 1 deletions

View File

@@ -81,4 +81,8 @@ public class OrderVO {
* 充电时长
*/
private String chargingTime;
private BigDecimal totalElectricityAmount;
private BigDecimal totalServiceAmount;
}