推送第三方平台

This commit is contained in:
Guoqs
2024-08-13 14:39:53 +08:00
parent b031ea4583
commit ff7fe68b58
5 changed files with 106 additions and 9 deletions

View File

@@ -81,7 +81,9 @@ public interface PileStationInfoMapper {
* 查询充电站信息(联联平台,分页使用)
* @return
*/
List<ThirdPartyStationInfoVO> getStationInfoForLianLian(@Param("dto") QueryStationInfoDTO dto);
List<ThirdPartyStationInfoVO> getStationInfoForThirdParty(@Param("dto") QueryStationInfoDTO dto);
List<ThirdPartyStationInfoVO> selectStationInfoForThirdParty(@Param("dto") QueryStationInfoDTO dto);
List<PileStationInfo> getStationInfoForAmap(@Param("dto") GetStationInfoDTO dto);