wl
2022-12-13 ddd9d82bcda5cb6e8be8f1dd142dbae2e07b25c3
ycl-platform/src/main/java/com/ycl/mapper/video/VideoPointMapper.java
@@ -5,6 +5,7 @@
import com.ycl.entity.video.VideoPoint;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.vo.equipment.VideoPointVo;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
/**
@@ -15,7 +16,9 @@
 * @author zhanghua
 * @since 2022-09-26
 */
@Mapper
public interface VideoPointMapper extends BaseMapper<VideoPoint> {
    IPage<VideoPointVo> search(Page<VideoPointVo> page, @Param("streetId") Integer streetId, @Param("communityId") Integer communityId);
}