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


import incheon.com.config.annotation.MainDB;
import incheon.res.rdm.com.unitcst.vo.RmtBiphDt;
import incheon.res.rdm.com.unitcst.vo.RmtBiphDtVO;
import org.egovframe.rte.psl.dataaccess.mapper.Mapper;

@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB
public interface RmtBiphDtMapper {
	/**
	 * @MethodDESC : 사업예정지 변경이력 입력
	 */
	void insertRmtBiphDt(RmtBiphDtVO vo) throws Exception;
	
	/**
	 * @MethodDESC : 사업예정지 변경이력 삭제
	 */
	int deleteRmtBiphDt(RmtBiphDtVO vo) throws Exception;
}