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


import incheon.com.config.annotation.MainDB;
import incheon.res.rdm.dc.cstterm.vo.RdmDcCsttermVO;
import org.egovframe.rte.psl.dataaccess.mapper.Mapper;

import java.util.List;

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

	/**
	 * @MethodDESC : 준공계 접수
	 */
	int receiveCstterm(RdmDcCsttermVO vo ) throws Exception;

	/**
	 * @MethodDESC : 준공계 접수 취소
	 */
	int receiveCancelCstterm(RdmDcCsttermVO vo) throws Exception;

	int demandComplementCstterm(RdmDcCsttermVO vo) throws Exception;

	int reDemandComplementCstterm(RdmDcCsttermVO vo) throws Exception;

	int clerkOfWorksCstterm(RdmDcCsttermVO vo) throws Exception;

	int completeCstterm(RdmDcCsttermVO vo) throws Exception;

}
