update 华为Service

This commit is contained in:
Lemon
2024-03-27 16:02:01 +08:00
parent b775074cfd
commit 9d0b01b03c
3 changed files with 16 additions and 0 deletions

View File

@@ -78,4 +78,11 @@ public interface ThirdpartySnRelationMapper {
* @return
*/
int updateThirdPartySnRelation(@Param("dto") ThirdPartySnRelationDTO dto);
/**
* 通过站点id 查询 sn 关系列表
* @param stationId
* @return
*/
List<ThirdpartySnRelation> selectSnRelationListByStationId(String stationId);
}