public interface ISysDepartmentService extends com.baomidou.mybatisplus.extension.service.IService<SysDepartment>
| 限定符和类型 | 方法和说明 |
|---|---|
List<SysDepartment> |
getAll(SysDepartment sysDepartment)
不分页查询
|
com.github.pagehelper.PageInfo<SysDepartment> |
list(xyz.shodown.common.entity.PageParam<SysDepartment> pageDto) |
Boolean |
logicalBatchDelById(List<SysDepartment> sysDepartmentList)
根据id逻辑批量删除
|
Boolean |
logicalDelById(SysDepartment sysDepartment)
根据Id逻辑删除
|
Boolean |
updateState(SysDepartment sysDepartment)
更新状态
|
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, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdcom.github.pagehelper.PageInfo<SysDepartment> list(xyz.shodown.common.entity.PageParam<SysDepartment> pageDto)
Boolean logicalDelById(SysDepartment sysDepartment)
Boolean logicalBatchDelById(List<SysDepartment> sysDepartmentList)
List<SysDepartment> getAll(SysDepartment sysDepartment)
sysDepartment - Boolean updateState(SysDepartment sysDepartment)
sysDepartment - Copyright © 2022. All rights reserved.