package com.ycl.service.apidata; import com.ycl.vo.cockpit.statisticsEvents.StatisticsEventsVO; import java.util.List; public interface IApiDataService { List listTop10(String beginTime, String endTime); List arithmeticEvent(Integer streetId, String beginTime, String endTime); List listLot(Integer streetId, String beginTime, String endTime); }