public interface SysMenuResourceService extends com.baomidou.mybatisplus.extension.service.IService<SysMenuResource>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addMenuResourceBind(SysMenuResourceRequest sysMenuResourceRequest)
添加菜单和资源的绑定
|
List<ResourceTreeNode> |
getMenuResourceTree(Long businessId)
获取菜单或菜单按钮绑定资源的树
|
void |
updateNewAppCode(Boolean decisionFirstStart,
String newAppCode)
更新本表的所有资源编码,改为新的应用code前缀
|
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, 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, updateByIdList<ResourceTreeNode> getMenuResourceTree(Long businessId)
businessId - 业务id,菜单或按钮idvoid addMenuResourceBind(SysMenuResourceRequest sysMenuResourceRequest)
Copyright © 2023. All rights reserved.