|
@ -52,7 +52,7 @@ public interface IDcTrafficStatisticsService { |
|
|
JSONArray trafficFlowAtTollStationEntranceHour(String startDate, String endDate, String stationType)throws HttpException, IOException; |
|
|
JSONArray trafficFlowAtTollStationEntranceHour(String startDate, String endDate, String stationType)throws HttpException, IOException; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map<String,List<Map<String, Object>>> realTimeTrafficFlowHour(String startDate,Long direction) throws HttpException, IOException; |
|
|
Map<String,List<Map<String, Object>>> realTimeTrafficFlowHour() throws HttpException, IOException; |
|
|
List<Map<String,Object>> queryTheGantryDataByPileNumber(String startDate,String stakeMark) throws HttpException, IOException; |
|
|
List<Map<String,Object>> queryTheGantryDataByPileNumber(String startDate,String stakeMark) throws HttpException, IOException; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|