mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
新增 联联平台获取站点信息接口
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jsowell.pile.mapper;
|
||||
|
||||
import com.jsowell.pile.domain.MemberBasicInfo;
|
||||
import com.jsowell.pile.domain.PileBasicInfo;
|
||||
import com.jsowell.pile.vo.uniapp.MemberVO;
|
||||
import com.jsowell.pile.vo.uniapp.MemberWalletLogVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
@@ -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