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

import incheon.res.rdm.dp.peracc.vo.RdmDpPeraccVO;

import java.util.List;


public interface RdmDpPeraccService {
	/**
	 * @MethodDESC : 사업계획서 신청 현황
	 */
	List selectPlanList(RdmDpPeraccVO vo) throws Exception;

	/**
	 * @MethodDESC : 허가신청서 신청 현황
	 */
	List selectDigList(RdmDpPeraccVO vo) throws Exception;
}
