update 对接内蒙古平台

This commit is contained in:
2024-04-20 15:55:35 +08:00
parent ef77a4e0ee
commit 6a7bd665cc
14 changed files with 407 additions and 59 deletions

View File

@@ -65,4 +65,6 @@ public interface ThirdpartySecretInfoMapper {
ThirdPartySecretInfoVO queryByOperatorId(String theirOperatorId);
ThirdPartySecretInfoVO queryByThirdPlatformType(String thirdPlatformType);
List<ThirdPartySecretInfoVO> queryStationToPlatformList(String stationId);
}