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