| Modifier and Type | Method and Description |
|---|---|
int |
cleanLoginInfo()
清空系统登录日志
|
List<LoginInfoPageListResponse> |
list(LoginInfoPageListRequest loginInfo)
查询登陆日志
|
com.baomidou.mybatisplus.core.metadata.IPage<LoginInfoPageListResponse> |
selectLoginInfoPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<LoginInfoPageListResponse> page,
LoginInfoPageListRequest loginInfo)
查询系统登录日志集合
|
delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateByIdcom.baomidou.mybatisplus.core.metadata.IPage<LoginInfoPageListResponse> selectLoginInfoPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<LoginInfoPageListResponse> page, @Param(value="p") LoginInfoPageListRequest loginInfo)
page - 分页loginInfo - 访问日志对象List<LoginInfoPageListResponse> list(@Param(value="p") LoginInfoPageListRequest loginInfo)
loginInfo - 查询参数int cleanLoginInfo()
Copyright © 2024. All rights reserved.