接口 RoleMapper
- 所有超级接口:
- com.baomidou.mybatisplus.core.mapper.BaseMapper<Role>, com.baomidou.mybatisplus.core.mapper.Mapper<Role>
角色信息(role)表数据库访问层
提供角色的基础CRUD操作及分页模糊查询功能 支持按角色代码、名称、启用状态等条件分页查询
- 从以下版本开始:
- 2025/08/20
- 作者:
- lishangbu
- 
方法概要修饰符和类型方法说明com.baomidou.mybatisplus.core.metadata.IPage<Role> selectPageByRole(com.baomidou.mybatisplus.core.metadata.IPage<Role> page, Role role) 分页模糊查询角色列表从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapperdelete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateById
- 
方法详细资料- 
selectPageByRole
 
-