mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 13:05:11 +08:00
新增 运营端小程序 充电枪情况中订单详情接口
This commit is contained in:
@@ -33,7 +33,7 @@ public class BusinessOrderDetailInfoVO {
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
// private String orderCode;
|
||||
private String orderCode;
|
||||
|
||||
/**
|
||||
* 站点id
|
||||
@@ -114,4 +114,65 @@ public class BusinessOrderDetailInfoVO {
|
||||
* 总充电量
|
||||
*/
|
||||
private BigDecimal totalUsedElectricity;
|
||||
|
||||
/**
|
||||
* 开始充电时间
|
||||
*/
|
||||
private String startChargeTime;
|
||||
|
||||
/**
|
||||
* 停止充电时间
|
||||
*/
|
||||
private String endChargeTime;
|
||||
|
||||
/**
|
||||
* 停止原因
|
||||
*/
|
||||
private String reason;
|
||||
|
||||
/**
|
||||
* 结算时间
|
||||
*/
|
||||
private String settleTime;
|
||||
|
||||
/**
|
||||
* 支付时间
|
||||
*/
|
||||
private String payTime;
|
||||
|
||||
/**
|
||||
* 站点名称
|
||||
*/
|
||||
private String stationName;
|
||||
|
||||
/**
|
||||
* 启动方式
|
||||
*/
|
||||
private String startMode;
|
||||
|
||||
/**
|
||||
* 桩编号
|
||||
*/
|
||||
private String pileSn;
|
||||
|
||||
/**
|
||||
* 停止soc
|
||||
*/
|
||||
private String endSOC;
|
||||
|
||||
/**
|
||||
* 充电时长
|
||||
*/
|
||||
private String chargeTime;
|
||||
|
||||
/**
|
||||
* 充电度数
|
||||
*/
|
||||
private String chargeDegree;
|
||||
|
||||
/**
|
||||
* 订单创建时间
|
||||
*/
|
||||
private String createTime;
|
||||
|
||||
}
|
||||
|
||||
@@ -73,6 +73,11 @@ public class OrderVO {
|
||||
*/
|
||||
private BigDecimal virtualAmount;
|
||||
|
||||
/**
|
||||
* 结算时间
|
||||
*/
|
||||
private String settlemetTime;
|
||||
|
||||
/**
|
||||
* 结算金额(指实际产生的消费,包括本金支付,微信支付等)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user