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); }