mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-01 08:30:05 +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;
|
||||
|
||||
/**
|
||||
* 异常原因
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user