所有超级接口:
io.github.mangocrisp.spring.taybct.tool.core.bean.service.IBaseService<SysMenu>, com.baomidou.mybatisplus.extension.service.IService<SysMenu>
所有已知实现类:
SysMenuServiceImpl

public interface ISysMenuService extends io.github.mangocrisp.spring.taybct.tool.core.bean.service.IBaseService<SysMenu>
菜单表操作的 service
从以下版本开始:
1.0.0
另请参阅:
  • 字段概要

    从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    list(Map<String,Object> sqlQueryParams)
    获取菜单列表
    获取用户权限
    根据角色 code 获取权限列表

    从接口继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.service.IBaseService

    customizeGetById, customizeList, customizeList, customizePage, customizePage, customizeQueryPage, customizeQueryPage, customizeQueryWrapper, customizeQueryWrapper, customizeRemoveById, customizeRemoveByIds, customizeSave, customizeSaveBatch, customizeUpdateBatchById, customizeUpdateById, mergeQueryExpansion, queryExpansion, removeExpansion, saveExpansion

    从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService

    count, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
  • 方法详细资料

    • list

      List<SysMenuVO> list(Map<String,Object> sqlQueryParams)
      获取菜单列表
      参数:
      sqlQueryParams - sql 查询参数
      返回:
      List<SysMenuVO>
      从以下版本开始:
      1.0.0
    • loadRouterByRoleCode

      List<RouterVO> loadRouterByRoleCode()
      根据角色 code 获取权限列表
      返回:
      LinkedHashSet<RouterVO>
      从以下版本开始:
      1.0.0
    • loadPermByRoleCode

      Set<RouterPerm> loadPermByRoleCode()
      获取用户权限
      返回:
      Set<RouterPerm>
      从以下版本开始:
      1.0.0