public interface LoginInfoService extends com.baomidou.mybatisplus.extension.service.IService<LoginInfo>
| Modifier and Type | Method and Description |
|---|---|
void |
cleanLoginInfo()
清空系统登录日志
|
int |
deleteLoginInfoByIds(List<String> infoIds)
批量删除系统登录日志
|
List<LoginInfoPageListResponse> |
list(LoginInfoPageListRequest loginInfo)
查询系统登录日志集合
|
cn.sinozg.applet.common.core.base.BasePageResponse<List<LoginInfoPageListResponse>> |
selectLoginInfoPage(cn.sinozg.applet.common.core.base.PagingRequest page,
LoginInfoPageListRequest loginInfo)
查询系统登录日志集合
|
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, updateByIdcn.sinozg.applet.common.core.base.BasePageResponse<List<LoginInfoPageListResponse>> selectLoginInfoPage(cn.sinozg.applet.common.core.base.PagingRequest page, LoginInfoPageListRequest loginInfo)
page - 分页对象loginInfo - 访问日志对象List<LoginInfoPageListResponse> list(LoginInfoPageListRequest loginInfo)
loginInfo - 查询参数int deleteLoginInfoByIds(List<String> infoIds)
infoIds - 需要删除的登录日志IDvoid cleanLoginInfo()
Copyright © 2024. All rights reserved.