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