Interface SysMsgMapper


  • public interface SysMsgMapper
    • Method Detail

      • deleteByExample

        int deleteByExample​(SysMsgExample example)
      • deleteByPrimaryKey

        int deleteByPrimaryKey​(Long msgId)
      • insert

        int insert​(SysMsg record)
      • insertSelective

        int insertSelective​(SysMsg record)
      • selectByPrimaryKey

        SysMsg selectByPrimaryKey​(Long msgId)
      • updateByExampleSelective

        int updateByExampleSelective​(@Param("record")
                                     SysMsg record,
                                     @Param("example")
                                     SysMsgExample example)
      • updateByExample

        int updateByExample​(@Param("record")
                            SysMsg record,
                            @Param("example")
                            SysMsgExample example)
      • updateByPrimaryKeySelective

        int updateByPrimaryKeySelective​(SysMsg record)
      • updateByPrimaryKey

        int updateByPrimaryKey​(SysMsg record)