update 优化订单详情页展示

This commit is contained in:
2023-07-12 16:50:50 +08:00
parent d62995cd53
commit 6576fbb2d2
3 changed files with 21 additions and 2 deletions

View File

@@ -135,6 +135,11 @@ public class OrderListVO {
@Excel(name = "终止soc", suffix = "%")
private String endSoc;
/**
* 实时SOC
*/
private String realTimeSoc;
/**
* 开始充电时间
*/
@@ -203,4 +208,10 @@ public class OrderListVO {
* 服务费金额
*/
private BigDecimal totalServiceAmount;
/**
* 实时消费金额
*/
private BigDecimal realTimeAmount;
}