package incheon.ags.ias.clct.mapper;

import incheon.ags.ias.clct.vo.ClctIntgHstryVO;
import incheon.com.config.annotation.MainDB;
import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import org.apache.ibatis.annotations.Param;

@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB
public interface ClctIntgHstryMapper {
    int insertClctIntgHstry(ClctIntgHstryVO clctIntgHstryVO) throws Exception;
    int updateClctIntgHstry(ClctIntgHstryVO clctIntgHstryVO) throws Exception;
    ClctIntgHstryVO selectClctIntgHstryDetail(@Param("clctHstrySn") Long clctHstrySn) throws Exception;
    ClctIntgHstryVO selectClctIntgHstryByExcnId(@Param("excnId") String excnId) throws Exception;
}