fuliqi
2023-12-18 acea9131318ee6823d008b386e52fee573882b2e
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);
}