update 后管订单详情页面中 实时订单数据添加字段

This commit is contained in:
Lemon
2023-08-31 10:29:17 +08:00
parent 8bfd87232c
commit 73b203dd44
5 changed files with 9 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ public class OrderDetailInfoVO {
@Data
public static class OrderRealTimeInfo{
private String time;
private String orderAmount; // 订单金额
private String totalElectricityAmount; // 总电费
private String totalServiceAmount; // 总服务费