This commit is contained in:
2024-01-25 09:17:28 +08:00
parent ca57feebb2
commit d3293ce732
6 changed files with 205 additions and 4 deletions

View File

@@ -28,6 +28,8 @@ public interface ThirdPartyStationRelationService {
*/
public List<ThirdPartyStationRelation> selectThirdPartyStationRelationList(ThirdPartyStationRelation thirdPartyStationRelation);
List<ThirdPartyStationRelation> selectThirdPartyStationRelationList(String thirdPlatformType);
/**
* 通过站点id查询相关配置信息
* @param stationId 站点id String类型