package com.huimv.video.dhicc.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.huimv.video.dhicc.entity.IccChannel; /** *

* Mapper 接口 *

* * @author astupidcoder * @since 2021-12-06 */ public interface IccChannelMapper extends BaseMapper { }