From 78515395d832445e5423895caaab21195cc12ac3 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 20 九月 2022 16:31:56 +0800
Subject: [PATCH] 项目结构调整

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

diff --git a/ycl-common/src/main/java/com/ycl/service/platform/zf/IVideowarmEventsreportService.java b/ycl-platform/src/main/java/com/ycl/service/zf/IVideowarmEventsreportService.java
similarity index 62%
rename from ycl-common/src/main/java/com/ycl/service/platform/zf/IVideowarmEventsreportService.java
rename to ycl-platform/src/main/java/com/ycl/service/zf/IVideowarmEventsreportService.java
index 107cef3..965e2dc 100644
--- a/ycl-common/src/main/java/com/ycl/service/platform/zf/IVideowarmEventsreportService.java
+++ b/ycl-platform/src/main/java/com/ycl/service/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);
 }
\ No newline at end of file

--
Gitblit v1.8.0