mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
新增 联联平台获取站点信息接口
This commit is contained in:
@@ -155,4 +155,11 @@ public interface IPileBasicInfoService {
|
||||
* @return
|
||||
*/
|
||||
List<PersonalPileInfoVO> getPileInfoByMemberId(String memberId);
|
||||
|
||||
/**
|
||||
* 联联平台用,通过站点id查询桩列表信息
|
||||
* @param stationId
|
||||
* @return
|
||||
*/
|
||||
List<PileBasicInfo> getPileListByStationId(String stationId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user