update 小程序首页查询站点列表接口新增查询条件筛选

This commit is contained in:
Lemon
2025-03-25 13:25:17 +08:00
parent c4439a059b
commit d6e4131adf
2 changed files with 17 additions and 10 deletions

View File

@@ -127,10 +127,19 @@ public class QueryStationDTO extends BaseEntity {
private String memberId;
/**
* 是否有雨棚
*/
private String canopyFlag;
/**
* 是否有道闸
*/
private String barrierFlag;
/**
* 是否有地锁
*/
private String parkingLockFlag;
@Data
@@ -150,14 +159,6 @@ public class QueryStationDTO extends BaseEntity {
*/
private List<String> pilePower;
/**
* 站点服务
* 1 - 雨棚
* 2 - 休息室
* 3 - 卫生间
*/
private List<String> stationService;
/**
* 我的收藏
*/