package incheon.res.rdm.dp.acceptreceiv.mapper;

import incheon.com.config.annotation.MainDB;
import incheon.res.rdm.dp.acceptreceiv.vo.RdmDpAcceptReceivVO;
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 RdmDpAcceptReceivMapper {

	/**
	 * @MethodDESC : 접수전 협의상태 리스트
	 */
	List selectPerappList(RdmDpAcceptReceivVO vo) throws Exception;

	/**
	 * @MethodDESC : 접수전 협의상태 리스트 count
	 */
	int countPerapp(RdmDpAcceptReceivVO vo) throws Exception;

}