package com.artfess.yhxt.basedata.dao;

import com.artfess.yhxt.basedata.model.BizRoadIndexCode;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;

/**
 * 路段视频设备区域表 Mapper 接口
 *
 * @company 阿特菲斯信息技术有限公司
 * @author 管理员
 * @since 2022-08-30
 */
public interface BizRoadIndexCodeDao extends BaseMapper<BizRoadIndexCode> {

}
