update 小程序订单详情接口增加参数

This commit is contained in:
DESKTOP-D9QDT1P\JS-ZZA
2023-03-09 13:34:22 +08:00
parent 391ed56713
commit c43938e67b
3 changed files with 48 additions and 16 deletions

View File

@@ -13,6 +13,11 @@ import java.util.List;
@AllArgsConstructor
@Builder
public class UniAppOrderVO {
/**
* 站点名称
*/
private String stationName;
/**
* 订单编号
*/
@@ -33,6 +38,11 @@ public class UniAppOrderVO {
*/
private String pileConnectorCode;
/**
* 异常原因
*/
private String reason;
/**
* 订单状态
*/
@@ -43,6 +53,16 @@ public class UniAppOrderVO {
*/
private String orderStatusDescribe;
/**
* 用户支付金额
*/
private String payAmount;
/**
* 订单金额
*/
private String orderAmount;
/**
* 当前SOC
*/
@@ -93,6 +113,16 @@ public class UniAppOrderVO {
*/
private String batteryMaxTemperature;
/**
* 开始充电时间
*/
private String startChargingTime;
/**
* 结束充电时间
*/
private String endChargingTime;
/**
* 充电实时数据列表
*/