后管接口、小程序接口新增停止原因代码字段

This commit is contained in:
Lemon
2024-12-05 16:57:47 +08:00
parent 22b0d0fe8b
commit 95fda5694c
7 changed files with 268 additions and 245 deletions

View File

@@ -95,6 +95,11 @@ public class OrderVO {
*/
private String orderStatus;
/**
* 停止原因码
*/
private String stopReasonCode;
/**
* 订单异常原因
*/

View File

@@ -39,6 +39,11 @@ public class UniAppOrderVO {
*/
private String pileConnectorCode;
/**
* 停止充电原因码
*/
private String stopReasonCode;
/**
* 异常原因
*/

View File

@@ -62,6 +62,7 @@ public class OrderDetailInfoVO {
private String vinCode; // vin号
private String startTime; // 充电开始时间
private String endTime; // 充电结束时间
private String stopReasonCode; // 停止原因码
private String stopReasonMsg; // 停止原因
private String createTime; // 订单创建时间
private String startSOC; // 开始SOC