mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-02 00:49:59 +08:00
update 查询新增站点互联互通配置
This commit is contained in:
@@ -113,6 +113,21 @@ public interface ThirdPartyStationRelationService {
|
||||
*/
|
||||
List<StationInfoVO> selectStationList(String thirdPlatformType);
|
||||
|
||||
/**
|
||||
* 新增站点与第三方平台对接关系
|
||||
*/
|
||||
int insertThirdPartyStationRelation(String stationId, String thirdPlatformType);
|
||||
|
||||
/**
|
||||
* 删除站点对接第三方平台关系
|
||||
*/
|
||||
int deleteThirdPartyStationRelation(String id);
|
||||
|
||||
/**
|
||||
* 修改站点对接第三方平台关系
|
||||
*/
|
||||
// int updateThirdPartyStationRelation(ThirdPartyStationRelationDTO dto);
|
||||
|
||||
/**
|
||||
* 根据站点id查询该站点对接了哪些第三方平台
|
||||
* @param stationId
|
||||
|
||||
Reference in New Issue
Block a user