public interface OperationLogService extends ExtendService<OperationLog>
DEFAULT_BATCH_SIZE| 限定符和类型 | 方法和说明 |
|---|---|
com.hccake.ballcat.common.model.domain.PageResult<OperationLogPageVO> |
queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam,
OperationLogQO qo)
根据QueryObject查询分页数据
|
void |
saveAsync(OperationLog operationLog)
异步保存操作日志
|
getBaseMapper, getById, getEntityClass, list, listByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, save, saveBatch, saveBatch, saveBatchSomeColumn, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, updateBatchById, updateBatchById, updateByIdcom.hccake.ballcat.common.model.domain.PageResult<OperationLogPageVO> queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam, OperationLogQO qo)
pageParam - 分页参数qo - 查询参数对象void saveAsync(OperationLog operationLog)
operationLog - 操作日志Copyright © 2023. All rights reserved.