Package cn.sinozg.applet.biz.opt.service
Interface OptLogDataService
- All Superinterfaces:
com.baomidou.mybatisplus.extension.service.IService<OptLogData>
- All Known Implementing Classes:
OptLogDataServiceImpl
public interface OptLogDataService
extends com.baomidou.mybatisplus.extension.service.IService<OptLogData>
操作、数据日志记录 服务类
- Since:
- 2024-02-28 18:03:49
- Author:
- xieyubin
-
Field Summary
Fields inherited from interface com.baomidou.mybatisplus.extension.service.IService
DEFAULT_BATCH_SIZE -
Method Summary
Modifier and TypeMethodDescriptionvoidclear(OptLogClearRequest params) 删除日志logDataDetailByBizId(PagingRequest page, OptLogDataByBizIdPageRequest params) 根据业务ID 查询数据修改记录查询详情pageInfo(PagingRequest page, OptLogDataPageRequest params) 分页查询Methods inherited from interface com.baomidou.mybatisplus.extension.service.IService
count, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
-
Method Details
-
logDataDetailById
查询详情- Parameters:
id- 主键- Returns:
- 对象
-
logDataDetailByBizId
BasePageResponse<List<OptLogDataByBizIdPageResponse>> logDataDetailByBizId(PagingRequest page, OptLogDataByBizIdPageRequest params) 根据业务ID 查询数据修改记录- Parameters:
page- 分页params- 参数- Returns:
- 修改记录
-
clear
删除日志- Parameters:
params- 参数
-
pageInfo
BasePageResponse<List<OptLogDataPageResponse>> pageInfo(PagingRequest page, OptLogDataPageRequest params) 分页查询- Parameters:
page- 分页对象params- 参数- Returns:
- 分页集合
-