public interface SysDeptService extends com.baomidou.mybatisplus.extension.service.IService<SysDept>
| 限定符和类型 | 方法和说明 |
|---|---|
List<SysDept> |
buildDeptTree(List<SysDept> depts) |
List<TreeSelect> |
buildDeptTreeSelect(List<SysDept> depts) |
boolean |
checkDeptExistUser(Long deptId) |
boolean |
checkDeptNameUnique(SysDept dept) |
int |
deleteDeptById(Long deptId) |
boolean |
hasChildByDeptId(Long deptId) |
List<SysDept> |
selectDeptList(SysDept dept) |
List<Long> |
selectDeptListByRoleId(Long roleId) |
List<TreeSelect> |
selectDeptTreeList(SysDept dept) |
int |
selectNormalChildrenDeptById(Long deptId) |
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, updateByIdboolean checkDeptNameUnique(SysDept dept)
int deleteDeptById(Long deptId)
boolean hasChildByDeptId(Long deptId)
boolean checkDeptExistUser(Long deptId)
int selectNormalChildrenDeptById(Long deptId)
List<TreeSelect> selectDeptTreeList(SysDept dept)
List<TreeSelect> buildDeptTreeSelect(List<SysDept> depts)
Copyright © 2023. All rights reserved.