package com.steerinfo.dil.mapper; import com.steerinfo.dil.model.DilTableColumnRole; import com.steerinfo.framework.mapper.IBaseMapper; import org.apache.ibatis.annotations.Mapper; import java.math.BigDecimal; @Mapper public interface DilTableColumnRoleMapper extends IBaseMapper { BigDecimal selectColumnId(String s, String tableName); }