接口 LoginLogService

所有超级接口:
IBaseService<SysLoginLog>, com.baomidou.mybatisplus.extension.repository.IRepository<SysLoginLog>, com.baomidou.mybatisplus.extension.service.IService<SysLoginLog>
所有已知实现类:
LoginLogServiceImpl

public interface LoginLogService extends IBaseService<SysLoginLog>

登录日志 服务类

从以下版本开始:
2025-08-13 15:05:44
  • 字段概要

    从接口继承的字段 com.baomidou.mybatisplus.extension.repository.IRepository

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    getLocation(String clientIp)
    获取IP地址转换成地址
    void
    saveLoginLog(SysLoginType loginType, DeviceInfoDto deviceInfo, Long userId, String account, jakarta.servlet.http.HttpServletRequest request)
    登录日志

    从接口继承的方法 com.hengyi.xbaseweb.system.service.base.IBaseService

    save, saveBatch, saveOrUpdate, saveOrUpdateBatch, updateBatchById, updateById

    从接口继承的方法 com.baomidou.mybatisplus.extension.repository.IRepository

    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, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, update, update, update

    从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService

    removeBatchByIds, saveBatch, saveOrUpdateBatch, updateBatchById
  • 方法详细资料

    • getLocation

      Optional<IpToAddressDto> getLocation(String clientIp)
      获取IP地址转换成地址
      参数:
      clientIp -
      返回:
    • saveLoginLog

      void saveLoginLog(SysLoginType loginType, DeviceInfoDto deviceInfo, Long userId, String account, jakarta.servlet.http.HttpServletRequest request)
      登录日志
      参数:
      loginType -
      deviceInfo -
      userId -
      account -
      request -