mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 小程序订单详情接口增加参数
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 充电实时数据列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user