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

import incheon.com.config.annotation.MainDB;
import incheon.res.rdm.dp.accept.vo.RdmDpAcceptVO;
import org.egovframe.rte.psl.dataaccess.mapper.Mapper;

@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB
public interface RdmDpAcceptMapper {

	
	/**
	 * @MethodDESC : 허가신청 접수
	 */
	int updateAcceptrepletion(RdmDpAcceptVO vo) throws Exception;

	/**
	 * @MethodDESC : 민원접수(접수완료상태로 변경)
	 */
	int updateAcceptminwon(RdmDpAcceptVO vo) throws Exception;

	int changeAcceptMngCde(RdmDpAcceptVO vo) throws Exception;

	int changeAcceptMngCdeDIPA(RdmDpAcceptVO vo) throws Exception;

	
}