zhanghua
2022-09-20 78515395d832445e5423895caaab21195cc12ac3
ycl-platform/src/main/java/com/ycl/service/zf/IVideowarmEventsreportService.java
File was renamed from ycl-common/src/main/java/com/ycl/service/platform/zf/IVideowarmEventsreportService.java
@@ -1,9 +1,8 @@
package com.ycl.service.platform.zf;
package com.ycl.service.zf;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ycl.entity.platform.zf.EnforcelawReport;
import com.ycl.entity.platform.zf.VideowarmEventsreport;
import com.ycl.entity.zf.VideoWarnEventsReport;
/**
 * <p>
@@ -13,7 +12,7 @@
 * @author wl
 * @since 2022-09-16
 */
public interface IVideowarmEventsreportService extends IService<VideowarmEventsreport> {
public interface IVideowarmEventsreportService extends IService<VideoWarnEventsReport> {
    Page selectPageVo(Page<VideowarmEventsreport> enforcelawReportPage, String startTime, String endTime, String eventName, String eventType, String eventLocation, String eventRegion);
    Page selectPageVo(Page<VideoWarnEventsReport> enforcelawReportPage, String startTime, String endTime, String eventName, String eventType, String eventLocation, String eventRegion);
}