接口 PlatformMenuMapper


public interface PlatformMenuMapper
  • 方法详细资料

    • countByExample

      int countByExample(PlatformMenuExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • deleteByExample

      int deleteByExample(PlatformMenuExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • deleteByPrimaryKey

      int deleteByPrimaryKey(String menuId)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • insert

      int insert(PlatformMenu record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • insertSelective

      int insertSelective(PlatformMenu record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • selectByExample

      List<PlatformMenu> selectByExample(PlatformMenuExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • selectByPrimaryKey

      PlatformMenu selectByPrimaryKey(String menuId)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • updateByExampleSelective

      int updateByExampleSelective(@Param("record") PlatformMenu record, @Param("example") PlatformMenuExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • updateByExample

      int updateByExample(@Param("record") PlatformMenu record, @Param("example") PlatformMenuExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • updateByPrimaryKeySelective

      int updateByPrimaryKeySelective(PlatformMenu record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • updateByPrimaryKey

      int updateByPrimaryKey(PlatformMenu record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
    • selectByExample

      List<PlatformMenu> selectByExample(PlatformMenuExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu