From 8ba8e90f1e44f0ffc0f59ac9a13c8ca113b55b8c Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 05 九月 2024 21:42:30 +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