mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update
This commit is contained in:
@@ -94,7 +94,19 @@ public interface PileStationInfoService {
|
||||
|
||||
PileStationVO getStationInfo(String stationId);
|
||||
|
||||
PileStationVO getStationInfoByPileSn(String pileSn);
|
||||
/**
|
||||
* 通过充电桩枪口编号查询充电站信息
|
||||
* @param pileConnectorCode 充电桩枪口编号
|
||||
* @return 充电站信息
|
||||
*/
|
||||
PileStationVO getStationInfoByPileConnectorCode(String pileConnectorCode);
|
||||
|
||||
/**
|
||||
* 通过充电桩sn查询充电站信息
|
||||
* @param pileSn 充电桩sn
|
||||
* @return 充电站信息
|
||||
*/
|
||||
PileStationVO getStationInfoByPileSn(String pileSn);
|
||||
|
||||
List<ThirdPartyStationInfoVO> getStationInfosByThirdParty(QueryStationInfoDTO dto);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user