mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
新增 青海平台推送充电订单接口
This commit is contained in:
@@ -14,6 +14,8 @@ import java.math.BigDecimal;
|
||||
public class OrderVO {
|
||||
private String id;
|
||||
|
||||
private String organizationCode;
|
||||
|
||||
/**
|
||||
* 订单号
|
||||
*/
|
||||
@@ -39,6 +41,8 @@ public class OrderVO {
|
||||
*/
|
||||
private String pileConnectorCode;
|
||||
|
||||
private String payMode;
|
||||
|
||||
/**
|
||||
* 运营商id
|
||||
*/
|
||||
@@ -79,6 +83,8 @@ public class OrderVO {
|
||||
*/
|
||||
private String licensePlateNumber;
|
||||
|
||||
private String discountAmount;
|
||||
|
||||
/**
|
||||
* 订单状态
|
||||
*/
|
||||
@@ -104,6 +110,8 @@ public class OrderVO {
|
||||
*/
|
||||
private BigDecimal payAmount;
|
||||
|
||||
private String payTime;
|
||||
|
||||
/**
|
||||
* 充电开始时间
|
||||
*/
|
||||
@@ -114,11 +122,17 @@ public class OrderVO {
|
||||
*/
|
||||
private String endTime;
|
||||
|
||||
private String startSoc;
|
||||
|
||||
private String endSoc;
|
||||
|
||||
/**
|
||||
* 充电时长
|
||||
*/
|
||||
private String chargingTime;
|
||||
|
||||
private String totalPower;
|
||||
|
||||
private BigDecimal totalElectricityAmount;
|
||||
|
||||
private BigDecimal totalServiceAmount;
|
||||
|
||||
Reference in New Issue
Block a user