Interface PkfieldsMapper


public interface PkfieldsMapper
  • Method Details

    • deleteByPrimaryKey

      int deleteByPrimaryKey(@Param("id2") Integer id2, @Param("id1") Integer id1)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
    • insert

      int insert(Pkfields row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
    • selectByPrimaryKey

      Pkfields selectByPrimaryKey(@Param("id2") Integer id2, @Param("id1") Integer id1)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
    • selectAll

      List<Pkfields> selectAll()
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS
    • updateByPrimaryKey

      int updateByPrimaryKey(Pkfields row)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDS