package incheon.uis.ugf.mapper;

import incheon.com.config.annotation.MainDB;
import incheon.uis.ugf.model.GrlSgzAAttach;
import java.util.List;
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 GrlSgzAAttachMapper {
    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.grl_sgz_a__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_sgz_a__attach
     *
     * @mbg.generated
     */
    int insert(GrlSgzAAttach row);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.grl_sgz_a__attach
     *
     * @mbg.generated
     */
    GrlSgzAAttach selectByPrimaryKey(@Param("gid") Long gid);

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.grl_sgz_a__attach
     *
     * @mbg.generated
     */
    List<GrlSgzAAttach> selectAll();

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table icuis.grl_sgz_a__attach
     *
     * @mbg.generated
     */
    int updateByPrimaryKey(GrlSgzAAttach row);
}