package incheon.res.rdm.dc.cstcom.mapper;


import incheon.com.config.annotation.MainDB;
import incheon.res.rdm.com.perinfo.vo.RdmComPerinfoVO;
import org.egovframe.rte.psl.dataaccess.mapper.Mapper;

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

	/**
	 * @MethodDESC : 착공계 접수
	 */
	int receiveCstcom(RdmComPerinfoVO vo) throws Exception;

	/**
	 * @MethodDESC : 착공계 보완요청
	 */
	int demandCstcom(RdmComPerinfoVO vo) throws Exception;

	/**
	 * @MethodDESC : 착공계 검토완료
	 */
	int checkCompleteCstcom(RdmComPerinfoVO vo) throws Exception;

}
