mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
update 华为Service
This commit is contained in:
@@ -78,4 +78,11 @@ public interface ThirdpartySnRelationMapper {
|
||||
* @return
|
||||
*/
|
||||
int updateThirdPartySnRelation(@Param("dto") ThirdPartySnRelationDTO dto);
|
||||
|
||||
/**
|
||||
* 通过站点id 查询 sn 关系列表
|
||||
* @param stationId
|
||||
* @return
|
||||
*/
|
||||
List<ThirdpartySnRelation> selectSnRelationListByStationId(String stationId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user