mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-19 13:38:11 +08:00
update 查询枪口列表接口、add 查询各状态枪口汇总数据接口
This commit is contained in:
@@ -216,5 +216,10 @@ public interface PileStationInfoService {
|
||||
*/
|
||||
PageResponse queryUserFrequentedStation(QueryStationDTO dto);
|
||||
|
||||
|
||||
/**
|
||||
* 通过运营商ids查询站点ids
|
||||
* @param merchantIdList
|
||||
* @return
|
||||
*/
|
||||
List<String> getStationIdsByMerchantIds(List<String> merchantIdList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user