mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
导出订单列表文件,新增结算时间字段
This commit is contained in:
@@ -176,6 +176,12 @@ public class OrderListVO {
|
||||
@Excel(name = "结算金额")
|
||||
private String settleAmount;
|
||||
|
||||
/**
|
||||
* 结算时间
|
||||
*/
|
||||
@Excel(name = "结算时间")
|
||||
private String settlementTime;
|
||||
|
||||
/**
|
||||
* 创建日期
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user