package geoinfo.admins.user.service; import java.sql.SQLException; import java.util.HashMap; import java.util.List; import egovframework.rte.psl.dataaccess.mapper.Mapper; import egovframework.rte.psl.dataaccess.util.EgovMap; @Mapper("drillingInquiryMapper") public interface DrillingInquiryMapper { // public List drillingInquiryAutocompleteList(HashMap params) throws SQLException; public Long sPCntTblCsiByKeyword(HashMap params) throws SQLException; public List spGetTblCsiByKeyword(HashMap params) throws SQLException; public String getComCodes(HashMap params) throws SQLException; public String spGetConstCompanyName(Long constCompanyCode) throws SQLException; }