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


import incheon.res.rdm.dp.accept.vo.RdmDpAcceptVO;

public interface RdmDpAcceptService {


	int updateAcceptrepletion(RdmDpAcceptVO vo) throws Exception;
	

	int changeAcceptMngCde(RdmDpAcceptVO vo) throws Exception;
	

	int changeAcceptMngCdeDIPA(RdmDpAcceptVO vo) throws Exception;


	String updateAcceptminwon(RdmDpAcceptVO vo) throws Exception;
	

	String updateAcceptminwon2(RdmDpAcceptVO vo) throws Exception;
	
}