update 联联充电相关接口

This commit is contained in:
Lemon
2023-04-15 15:47:34 +08:00
parent cccf42e776
commit 25cc84f154
4 changed files with 52 additions and 6 deletions

View File

@@ -204,8 +204,14 @@ public class LianLianServiceImpl implements LianLianService {
return response;
}
/**
* 查询统计信息
* @param dto
* @return
*/
@Override
public LianLianPageResponse query_station_stats(QueryStationInfoDTO dto) {
return null;
}