mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
新增 对接联联平台接口
This commit is contained in:
@@ -71,4 +71,10 @@ public interface PileStationInfoMapper {
|
||||
* @return 充电站对象集合
|
||||
*/
|
||||
List<PileStationVO> queryStationInfos(@Param("stationDTO") QueryStationDTO dto);
|
||||
|
||||
/**
|
||||
* 查询充电站信息(联联平台,分页使用)
|
||||
* @return
|
||||
*/
|
||||
List<PileStationInfo> getStationInfoForLianLian();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user