Interface LoginInfoMapper

All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<LoginInfo>, com.baomidou.mybatisplus.core.mapper.Mapper<LoginInfo>

public interface LoginInfoMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<LoginInfo>
系统访问记录 Mapper 接口
Since:
2022-09-14 12:51:35
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    清空系统登录日志
    查询登陆日志
    com.baomidou.mybatisplus.core.metadata.IPage<LoginInfoPageListResponse>
    selectLoginInfoPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<LoginInfoPageListResponse> page, LoginInfoPageListRequest loginInfo)
    查询系统登录日志集合

    Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper

    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, updateById
  • Method Details