public interface ISysDeptRelationService extends com.baomidou.mybatisplus.extension.service.IService<SysDeptRelation>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteAllDeptRealtion(Long id)
通过id 删除id 关系
|
void |
insertDeptRelation(SysDept sysDept)
新建部门关系
|
void |
updateDeptRealtion(SysDeptRelation relation)
更新部门关系
|
count, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdvoid insertDeptRelation(SysDept sysDept)
sysDept - void deleteAllDeptRealtion(Long id)
id - void updateDeptRealtion(SysDeptRelation relation)
relation - Copyright © 2019. All rights reserved.