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

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;
/**
* 异常原因
*/