mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
并充计算订单耗电量
This commit is contained in:
@@ -38,7 +38,9 @@ public class QueryOrderDTO extends BaseEntity {
|
||||
*/
|
||||
private String orderCode;
|
||||
|
||||
// 交易流水号
|
||||
/**
|
||||
* 交易流水号
|
||||
*/
|
||||
private String transactionCode;
|
||||
|
||||
/**
|
||||
@@ -51,6 +53,9 @@ public class QueryOrderDTO extends BaseEntity {
|
||||
*/
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 站点Id列表
|
||||
*/
|
||||
private List<String> stationIdList;
|
||||
|
||||
/**
|
||||
@@ -68,6 +73,9 @@ public class QueryOrderDTO extends BaseEntity {
|
||||
*/
|
||||
private String endTime;
|
||||
|
||||
/**
|
||||
* 订单编号列表
|
||||
*/
|
||||
private List<String> orderCodeList;
|
||||
|
||||
/**
|
||||
@@ -80,9 +88,13 @@ public class QueryOrderDTO extends BaseEntity {
|
||||
*/
|
||||
private String endSettleTime;
|
||||
|
||||
// 会员组编号
|
||||
/**
|
||||
* 会员组编号
|
||||
*/
|
||||
private String groupCode;
|
||||
|
||||
// 车辆vin编号
|
||||
/**
|
||||
* 车辆vin编号
|
||||
*/
|
||||
private String vinCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user