package incheon.res.rdm.com.minwon.mapper;


import incheon.res.rdm.com.minwon.vo.RdmComMinwonVO;

@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB
public interface RdmComMinwonMapper {
	
	/**
	 * @MethodDESC : 민원정보
	 */
	RdmComMinwonVO selectMinwon(RdmComMinwonVO vo) throws Exception;
	
	/**
	 * @MethodDESC : 민원접수신청로그
	 */
	RdmComMinwonVO selectCggi(RdmComMinwonVO vo) throws Exception;
	
	/**
	 * @MethodDESC : 시군구 민원연계 신청정보 입력
	 */
	void insertCggiDt(RdmComMinwonVO vo) throws Exception;
	
	/**
	 * @MethodDESC : 시군구 민원연계 신청정보 수정
	 */
	int updateCggiDt(RdmComMinwonVO vo) throws Exception;
	
	/**
	 * @MethodDESC : 시군구 민원연계 신청허가등록 완료
	 */
	int updateCggiComplete(RdmComMinwonVO vo) throws Exception;
	
	/**
	 * @MethodDESC : 시군구 민원연계 신청허가 등록완료
	 */
	int updateCggiinnerComplete(RdmComMinwonVO vo) throws Exception;
}