mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
修改代码
This commit is contained in:
@@ -66,5 +66,10 @@ public interface ThirdpartySecretInfoMapper {
|
||||
|
||||
ThirdPartySecretInfoVO queryByThirdPlatformType(String thirdPlatformType);
|
||||
|
||||
/**
|
||||
* 根据站点id查询对接的第三方平台列表
|
||||
* @param stationId 站点id
|
||||
* @return
|
||||
*/
|
||||
List<ThirdPartySecretInfoVO> queryStationToPlatformList(String stationId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user