package incheon.uis.urf.mapper;

import java.util.List;

import org.egovframe.rte.psl.dataaccess.mapper.Mapper;
import org.apache.ibatis.annotations.Param;

import incheon.com.config.annotation.MainDB;
import incheon.uis.urf.model.RdlMnhlPAttach;


@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB public interface RdlMnhlPAttachMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.rdl_mnhl_p__attach
     *
     * @mbg.generated
     */
    int deleteByPrimaryKey(@Param("gid") Long gid);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.rdl_mnhl_p__attach
     *
     * @mbg.generated
     */
    int insert(RdlMnhlPAttach row);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.rdl_mnhl_p__attach
     *
     * @mbg.generated
     */
    RdlMnhlPAttach selectByPrimaryKey(@Param("gid") Long gid);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.rdl_mnhl_p__attach
     *
     * @mbg.generated
     */
    List<RdlMnhlPAttach> selectAll();

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.rdl_mnhl_p__attach
     *
     * @mbg.generated
     */
    int updateByPrimaryKey(RdlMnhlPAttach row);
}