mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
后管接口、小程序接口新增停止原因代码字段
This commit is contained in:
@@ -95,6 +95,11 @@ public class OrderVO {
|
||||
*/
|
||||
private String orderStatus;
|
||||
|
||||
/**
|
||||
* 停止原因码
|
||||
*/
|
||||
private String stopReasonCode;
|
||||
|
||||
/**
|
||||
* 订单异常原因
|
||||
*/
|
||||
|
||||
@@ -39,6 +39,11 @@ public class UniAppOrderVO {
|
||||
*/
|
||||
private String pileConnectorCode;
|
||||
|
||||
/**
|
||||
* 停止充电原因码
|
||||
*/
|
||||
private String stopReasonCode;
|
||||
|
||||
/**
|
||||
* 异常原因
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user