新增 运营端小程序 充电枪情况中订单详情接口

This commit is contained in:
Lemon
2024-09-09 13:36:07 +08:00
parent 569ab188c0
commit 1a24a4c13e
5 changed files with 86 additions and 5 deletions

View File

@@ -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;
}

View File

@@ -73,6 +73,11 @@ public class OrderVO {
*/
private BigDecimal virtualAmount;
/**
* 结算时间
*/
private String settlemetTime;
/**
* 结算金额(指实际产生的消费,包括本金支付,微信支付等)
*/