package incheon.sgp.rst.mapper;

import java.util.List;

import incheon.sgp.rst.vo.RstLayerSearchVO;
import incheon.sgp.rst.vo.RstLayerVO;

@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB
public interface RstLayerMapper {
	List<RstLayerVO> selectLayerList(RstLayerSearchVO searchVO);
	
	long selectLayerListTotCnt(RstLayerSearchVO searchVO);
}
