package incheon.res.rdm.com.perinfo.service;

import incheon.res.rdm.com.perinfo.vo.RdmComPerinfoVO;

import java.util.List;


public interface RdmComPerinfoService {

	RdmComPerinfoVO selectPerinfo(RdmComPerinfoVO vo) throws Exception;

	List selectDipIdn(RdmComPerinfoVO vo) throws Exception;

	int updateRdhcde(RdmComPerinfoVO vo) throws Exception;
	
}