From 4e260f558428dd81c4dd8981a965cdaa0ebf12de Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 20 九月 2022 11:57:11 +0800
Subject: [PATCH] 修改查询分页处理

---
 ycl-common/src/main/java/com/ycl/service/platform/zf/IVideowarmEventsreportService.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ycl-common/src/main/java/com/ycl/service/platform/zf/IVideowarmEventsreportService.java b/ycl-common/src/main/java/com/ycl/service/platform/zf/IVideowarmEventsreportService.java
index a439a1d..107cef3 100644
--- a/ycl-common/src/main/java/com/ycl/service/platform/zf/IVideowarmEventsreportService.java
+++ b/ycl-common/src/main/java/com/ycl/service/platform/zf/IVideowarmEventsreportService.java
@@ -1,6 +1,8 @@
 package com.ycl.service.platform.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;
 
 /**
@@ -8,9 +10,10 @@
  * 鏈嶅姟绫�
  * </p>
  *
- * @author lyq
+ * @author wl
  * @since 2022-09-16
  */
 public interface IVideowarmEventsreportService extends IService<VideowarmEventsreport> {
 
-}
+    Page selectPageVo(Page<VideowarmEventsreport> enforcelawReportPage, String startTime, String endTime, String eventName, String eventType, String eventLocation, String eventRegion);
+}
\ No newline at end of file

--
Gitblit v1.8.0