update 订单导出

This commit is contained in:
2023-10-21 11:14:34 +08:00
parent 7efa7fda8e
commit 5ec3609657

View File

@@ -208,11 +208,13 @@ public class OrderListVO {
/** /**
* 电费金额 * 电费金额
*/ */
@Excel(name = "电费")
private BigDecimal totalElectricityAmount; private BigDecimal totalElectricityAmount;
/** /**
* 服务费金额 * 服务费金额
*/ */
@Excel(name = "服务费")
private BigDecimal totalServiceAmount; private BigDecimal totalServiceAmount;
/** /**