mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 10:30: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
|
||||
|
||||
@@ -2433,6 +2433,7 @@
|
||||
t1.order_code as orderCode,
|
||||
t1.transaction_code as transactionCode,
|
||||
t1.order_status as orderStatus,
|
||||
t1.stop_reason_code as stopReasonCode,
|
||||
t1.reason,
|
||||
t1.station_id as stationId,
|
||||
t3.station_name as stationName,
|
||||
|
||||
Reference in New Issue
Block a user