package cc.mrbird.febs.yinhe.mapper; import cc.mrbird.febs.yinhe.entity.YHAiCompany; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface YHAiCompanyMapper extends BaseMapper { String selectDictLabel(@Param("dictType") String dictType, @Param("dictValue") String dictValue); }