mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 22:45:05 +08:00
新增 广西平台Service相关方法
This commit is contained in:
@@ -75,4 +75,28 @@ public class QueryStartChargeDTO {
|
||||
* 支付方式(1-余额支付;3-白名单支付;4-微信支付;5-支付宝支付)
|
||||
*/
|
||||
private String payMode;
|
||||
|
||||
/**
|
||||
* 查询页码
|
||||
*/
|
||||
@JsonProperty(value = "PageNo")
|
||||
private Integer pageNo;
|
||||
|
||||
/**
|
||||
* 每页数量
|
||||
*/
|
||||
@JsonProperty(value = "PageSize")
|
||||
private Integer pageSize;
|
||||
|
||||
/**
|
||||
* 上次查询时间
|
||||
*/
|
||||
@JsonProperty(value = "LastQueryTime")
|
||||
private String lastQueryTime;
|
||||
|
||||
/**
|
||||
* 上次查询结束时间
|
||||
*/
|
||||
@JsonProperty(value = "LastQueryEndTime")
|
||||
private String lastQueryEndTime;
|
||||
}
|
||||
|
||||
@@ -70,6 +70,12 @@ public class QueryStationInfoDTO {
|
||||
@JsonProperty(value = "StationIDs")
|
||||
private List<String> stationIds;
|
||||
|
||||
/**
|
||||
* 更多标志
|
||||
*/
|
||||
@JsonProperty(value = "MoreFlag")
|
||||
private Integer moreFlag;
|
||||
|
||||
|
||||
private String address;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user