public interface SysLogService extends com.baomidou.mybatisplus.extension.service.IService<SysLog>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(LogManagerRequest logManagerRequest)
新增
|
void |
del(LogManagerRequest logManagerRequest)
删除
|
void |
delAll(LogManagerRequest logManagerRequest)
删除所有数据
|
SysLog |
detail(LogManagerRequest logManagerParam)
查看日志详情
|
List<SysLog> |
findList(LogManagerRequest logManagerParam)
查询-列表-按实体对象
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLog> |
findPage(LogManagerRequest logManagerParam)
查询-列表-分页-按实体对象
|
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, updateByIdvoid add(LogManagerRequest logManagerRequest)
logManagerRequest - 参数对象void del(LogManagerRequest logManagerRequest)
logManagerRequest - 参数对象void delAll(LogManagerRequest logManagerRequest)
logManagerRequest - 参数对象SysLog detail(LogManagerRequest logManagerParam)
List<SysLog> findList(LogManagerRequest logManagerParam)
logManagerParam - 参数对象cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLog> findPage(LogManagerRequest logManagerParam)
logManagerParam - 参数对象Copyright © 2021. All rights reserved.