@Service public class SysLogServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysLogMapper,SysLog> implements SysLogService
| 构造器和说明 |
|---|
SysLogServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(LogManagerRequest logManagerRequest)
新增
|
void |
del(LogManagerRequest logManagerRequest)
删除
|
void |
delAll(LogManagerRequest logManagerRequest)
删除所有数据
|
SysLog |
detail(LogManagerRequest logManagerRequest)
查看日志详情
|
List<SysLog> |
findList(LogManagerRequest logManagerRequest)
查询-列表-按实体对象
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLog> |
findPage(LogManagerRequest logManagerRequest)
查询-列表-分页-按实体对象
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getMap, getObj, getOne, getSqlStatement, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, 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 void add(LogManagerRequest logManagerRequest)
SysLogServiceadd 在接口中 SysLogServicelogManagerRequest - 参数对象public void del(LogManagerRequest logManagerRequest)
SysLogServicedel 在接口中 SysLogServicelogManagerRequest - 参数对象public void delAll(LogManagerRequest logManagerRequest)
SysLogServicedelAll 在接口中 SysLogServicelogManagerRequest - 参数对象public SysLog detail(LogManagerRequest logManagerRequest)
SysLogServicedetail 在接口中 SysLogServicepublic List<SysLog> findList(LogManagerRequest logManagerRequest)
SysLogServicefindList 在接口中 SysLogServicelogManagerRequest - 参数对象public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLog> findPage(LogManagerRequest logManagerRequest)
SysLogServicefindPage 在接口中 SysLogServicelogManagerRequest - 参数对象Copyright © 2021. All rights reserved.