@Service public class SysRoleServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysRoleMapper,SysRole> implements ISysRoleService
| 构造器和说明 |
|---|
SysRoleServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SysRole> |
getAll(SysRole sysRole)
不分页查询
|
com.github.pagehelper.PageInfo<SysRole> |
list(xyz.shodown.common.entity.PageParam<SysRole> pageDto) |
Boolean |
logicalBatchDelById(List<SysRole> sysRoleList)
根据id逻辑批量删除
|
Boolean |
logicalDelById(SysRole sysRole)
根据Id逻辑删除,只能删除自己创建的
|
Boolean |
updateState(SysRole sysRole)
更新状态
|
closeSqlSession, count, currentModelClass, getBaseMapper, getById, getMap, getObj, getOne, list, listByIds, listByMap, listMaps, listObjs, page, pageMaps, remove, removeById, removeByIds, removeByMap, retBool, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, update, updateBatchById, updateByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, updateByIdpublic com.github.pagehelper.PageInfo<SysRole> list(xyz.shodown.common.entity.PageParam<SysRole> pageDto)
list 在接口中 ISysRoleServicepublic List<SysRole> getAll(SysRole sysRole)
ISysRoleServicegetAll 在接口中 ISysRoleServicepublic Boolean logicalDelById(SysRole sysRole)
logicalDelById 在接口中 ISysRoleServicepublic Boolean logicalBatchDelById(List<SysRole> sysRoleList)
logicalBatchDelById 在接口中 ISysRoleServicepublic Boolean updateState(SysRole sysRole)
updateState 在接口中 ISysRoleServicesysRole - Copyright © 2022. All rights reserved.