public interface IApiLogService extends com.baomidou.mybatisplus.extension.service.IService<ApiLogEntity>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(ApiLogEntity apiLogEntity)
新增API日志
|
PageVO<ApiLogEntity> |
getPage(ApiLogSearchDto apiLogSearchDto)
分页查询
|
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(ApiLogEntity apiLogEntity)
apiLogEntity - PageVO<ApiLogEntity> getPage(ApiLogSearchDto apiLogSearchDto)
apiLogSearchDto - Copyright © 2023. All rights reserved.