package com.artfess.rescue.patrol.dao;

import com.artfess.rescue.patrol.model.BizTaskConfVideo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 巡检配置视频点关联表 Mapper 接口
 *
 * @company 阿特菲斯信息技术有限公司
 * @author 系统管理员
 * @since 2024-12-09
 */
public interface BizTaskConfVideoDao extends BaseMapper<BizTaskConfVideo> {

}
