fuliqi
2023-11-30 e5bf0d08d05f5c58224fe28cdf743a1bae88e3f0
ycl-platform/src/main/java/com/ycl/service/apidata/IApiDataService.java
@@ -7,4 +7,8 @@
public interface IApiDataService {
    List<StatisticsEventsVO.Top10VO> listTop10(String beginTime, String endTime);
    List<StatisticsEventsVO.ArithmeticVO> arithmeticEvent(Integer streetId, String beginTime, String endTime);
    List<StatisticsEventsVO.LotVO> listLot(Integer streetId, String beginTime, String endTime);
}