update 后管订单导出新增 停止原因字段

This commit is contained in:
Lemon
2024-10-08 09:14:56 +08:00
parent 061512145b
commit 8e261dd277
2 changed files with 7 additions and 0 deletions

View File

@@ -152,6 +152,12 @@ public class OrderListVO {
@Excel(name = "终止soc", suffix = "%")
private String endSoc;
/**
* 停止充电原因
*/
@Excel(name = "开始充电时间")
private String reason;
/**
* 开始充电时间
*/