package incheon.uis.ugf.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.ugf.model.GrlFacilPAttach;


@org.egovframe.rte.psl.dataaccess.mapper.Mapper @incheon.com.config.annotation.MainDB public interface GrlFacilPAttachMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.grl_facil_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.grl_facil_p__attach
     *
     * @mbg.generated
     */
    int insert(GrlFacilPAttach row);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.grl_facil_p__attach
     *
     * @mbg.generated
     */
    GrlFacilPAttach selectByPrimaryKey(@Param("gid") Long gid);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.grl_facil_p__attach
     *
     * @mbg.generated
     */
    List<GrlFacilPAttach> selectAll();

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.grl_facil_p__attach
     *
     * @mbg.generated
     */
    int updateByPrimaryKey(GrlFacilPAttach row);
}