package incheon.res.app.code.mapper;

import incheon.com.config.annotation.MainDB;
import incheon.res.app.code.vo.UngisAppLgarCodeVO;
import org.egovframe.rte.psl.dataaccess.mapper.Mapper;

import java.util.List;

@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB
public interface UngisAppLgarCodeMapper {
	/**
	 * @MethodDESC : 법정동(법정구역) 리스트 가져오기
	 */
	List selectCodeList(UngisAppLgarCodeVO vo) throws Exception;
	
}
