mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-30 20:17:59 +08:00
update 订单导出
This commit is contained in:
@@ -208,11 +208,13 @@ public class OrderListVO {
|
|||||||
/**
|
/**
|
||||||
* 电费金额
|
* 电费金额
|
||||||
*/
|
*/
|
||||||
|
@Excel(name = "电费")
|
||||||
private BigDecimal totalElectricityAmount;
|
private BigDecimal totalElectricityAmount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 服务费金额
|
* 服务费金额
|
||||||
*/
|
*/
|
||||||
|
@Excel(name = "服务费")
|
||||||
private BigDecimal totalServiceAmount;
|
private BigDecimal totalServiceAmount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user