public interface SysRoleService extends ExtendService<SysRole>
系统角色服务类
DEFAULT_BATCH_SIZE| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
existsRoleCode(String roleCode)
是否存在角色code
|
List<com.hccake.ballcat.common.model.domain.SelectData<Void>> |
listSelectData()
角色的选择数据
|
com.hccake.ballcat.common.model.domain.PageResult<SysRolePageVO> |
queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam,
SysRoleQO qo)
查询系统角色列表
|
getBaseMapper, getById, getEntityClass, list, listByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, save, saveBatch, saveBatch, saveBatchSomeColumn, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, updateBatchById, updateBatchById, updateByIdcom.hccake.ballcat.common.model.domain.PageResult<SysRolePageVO> queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam, SysRoleQO qo)
pageParam - 分页参数qo - 查询参数List<com.hccake.ballcat.common.model.domain.SelectData<Void>> listSelectData()
boolean existsRoleCode(String roleCode)
roleCode - 角色codeCopyright © 2023. All rights reserved.