mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 后管订单导出新增 停止原因字段
This commit is contained in:
@@ -152,6 +152,12 @@ public class OrderListVO {
|
||||
@Excel(name = "终止soc", suffix = "%")
|
||||
private String endSoc;
|
||||
|
||||
/**
|
||||
* 停止充电原因
|
||||
*/
|
||||
@Excel(name = "开始充电时间")
|
||||
private String reason;
|
||||
|
||||
/**
|
||||
* 开始充电时间
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user