mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 小程序首页查询站点列表接口
This commit is contained in:
@@ -110,6 +110,13 @@ public class QueryStationDTO extends BaseEntity {
|
||||
*/
|
||||
private String stationType;
|
||||
|
||||
/**
|
||||
* 充电方式
|
||||
* 1 - 直流
|
||||
* 2 - 交流
|
||||
*/
|
||||
private String chargeMode;
|
||||
|
||||
/**
|
||||
* 充电速度(快充/慢充)
|
||||
* 1 - 快充(30-180kw)
|
||||
@@ -118,10 +125,9 @@ public class QueryStationDTO extends BaseEntity {
|
||||
*/
|
||||
private String chargeSpeed;
|
||||
|
||||
/**
|
||||
* 其他筛选条件
|
||||
*/
|
||||
private OtherOptions otherOptions;
|
||||
private String startPower;
|
||||
|
||||
private String endPower;
|
||||
|
||||
private List<String> stationIds;
|
||||
|
||||
@@ -142,26 +148,8 @@ public class QueryStationDTO extends BaseEntity {
|
||||
*/
|
||||
private String parkingLockFlag;
|
||||
|
||||
@Data
|
||||
public static class OtherOptions {
|
||||
/**
|
||||
* 充电方式
|
||||
* 1 - 直流
|
||||
* 2 - 交流
|
||||
*/
|
||||
private String chargeMode;
|
||||
|
||||
/**
|
||||
* 充电桩功率
|
||||
* 1 - 快充(30-180kw)
|
||||
* 2 - 慢充(<30kw)
|
||||
* 3 - 超充(≥180kw)
|
||||
*/
|
||||
private List<String> pilePower;
|
||||
|
||||
/**
|
||||
* 我的收藏
|
||||
*/
|
||||
private String myCollectionFlag;
|
||||
}
|
||||
/**
|
||||
* 我的收藏
|
||||
*/
|
||||
private String myCollectionFlag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user