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