mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 18:40:14 +08:00
新增 会员与收藏站点相关实体类、service
This commit is contained in:
@@ -103,6 +103,13 @@ public interface PileStationInfoService {
|
||||
*/
|
||||
PageResponse uniAppQueryStationInfoList(QueryStationDTO queryStationDTO);
|
||||
|
||||
/**
|
||||
* 小程序首页查询站点信息
|
||||
* @param queryStationDTO
|
||||
* @return
|
||||
*/
|
||||
PageResponse uniAppQueryStationInfoListV2(QueryStationDTO queryStationDTO);
|
||||
|
||||
PileStationVO getStationInfo(String stationId);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user