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

* Mapper 接口 *

* * @author astupidcoder * @since 2021-11-30 */ public interface SysThresholdMapper extends BaseMapper { }