Interface SysDeptMapper


  • public interface SysDeptMapper
    • Method Detail

      • deleteByPrimaryKey

        int deleteByPrimaryKey​(Long deptId)
      • insert

        int insert​(SysDept record)
      • insertSelective

        int insertSelective​(SysDept record)
      • selectByPrimaryKey

        SysDept selectByPrimaryKey​(Long deptId)
      • updateByExampleSelective

        int updateByExampleSelective​(@Param("record")
                                     SysDept record,
                                     @Param("example")
                                     SysDeptExample example)
      • updateByExample

        int updateByExample​(@Param("record")
                            SysDept record,
                            @Param("example")
                            SysDeptExample example)
      • updateByPrimaryKeySelective

        int updateByPrimaryKeySelective​(SysDept record)
      • updateByPrimaryKey

        int updateByPrimaryKey​(SysDept record)