mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 第三方平台相关接口
This commit is contained in:
@@ -2,6 +2,8 @@ package com.jsowell.pile.mapper;
|
||||
|
||||
import com.jsowell.pile.domain.PileStationInfo;
|
||||
import com.jsowell.pile.dto.QueryStationDTO;
|
||||
import com.jsowell.pile.dto.QueryStationInfoDTO;
|
||||
import com.jsowell.pile.vo.base.ThirdPartyStationInfoVO;
|
||||
import com.jsowell.pile.vo.web.PileStationVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Repository;
|
||||
@@ -76,7 +78,7 @@ public interface PileStationInfoMapper {
|
||||
* 查询充电站信息(联联平台,分页使用)
|
||||
* @return
|
||||
*/
|
||||
List<PileStationInfo> getStationInfoForLianLian();
|
||||
List<ThirdPartyStationInfoVO> getStationInfoForLianLian(@Param("dto") QueryStationInfoDTO dto);
|
||||
|
||||
|
||||
List<PileStationInfo> getStationInfoForAmap();
|
||||
|
||||
Reference in New Issue
Block a user