From e314e414656a731f4ef35e51c0349ea608ec2fe0 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 05 九月 2024 19:55:39 +0800
Subject: [PATCH] 补充文件

---
 ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java b/ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java
index 50cc700..4cb31c8 100644
--- a/ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java
+++ b/ycl-platform/src/main/java/com/ycl/service/video/IVideoInspectionService.java
@@ -10,5 +10,5 @@
  * @date 2022/11/08
  */
 public interface IVideoInspectionService {
-    Page<VideoPointVo> page(Long size, Long current, Integer streetId, Integer communityId);
+    Page<VideoPointVo> page(Long size, Long current, Integer streetId, Integer communityId,Integer type);
 }

--
Gitblit v1.8.0