Uses of Class
cn.sinozg.applet.biz.system.vo.response.LoginInfoPageListResponse
Packages that use LoginInfoPageListResponse
Package
Description
-
Uses of LoginInfoPageListResponse in cn.sinozg.applet.biz.system.mapper
Methods in cn.sinozg.applet.biz.system.mapper that return types with arguments of type LoginInfoPageListResponseModifier and TypeMethodDescriptionLoginInfoMapper.list(LoginInfoPageListRequest loginInfo) 查询登陆日志com.baomidou.mybatisplus.core.metadata.IPage<LoginInfoPageListResponse>LoginInfoMapper.selectLoginInfoPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<LoginInfoPageListResponse> page, LoginInfoPageListRequest loginInfo) 查询系统登录日志集合Method parameters in cn.sinozg.applet.biz.system.mapper with type arguments of type LoginInfoPageListResponseModifier and TypeMethodDescriptioncom.baomidou.mybatisplus.core.metadata.IPage<LoginInfoPageListResponse>LoginInfoMapper.selectLoginInfoPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<LoginInfoPageListResponse> page, LoginInfoPageListRequest loginInfo) 查询系统登录日志集合 -
Uses of LoginInfoPageListResponse in cn.sinozg.applet.biz.system.service
Methods in cn.sinozg.applet.biz.system.service that return types with arguments of type LoginInfoPageListResponseModifier and TypeMethodDescriptionLoginInfoService.list(LoginInfoPageListRequest loginInfo) 查询系统登录日志集合cn.sinozg.applet.common.core.base.BasePageResponse<List<LoginInfoPageListResponse>>LoginInfoService.selectLoginInfoPage(cn.sinozg.applet.common.core.base.PagingRequest page, LoginInfoPageListRequest loginInfo) 查询系统登录日志集合 -
Uses of LoginInfoPageListResponse in cn.sinozg.applet.biz.system.service.impl
Methods in cn.sinozg.applet.biz.system.service.impl that return types with arguments of type LoginInfoPageListResponseModifier and TypeMethodDescriptionLoginInfoServiceImpl.list(LoginInfoPageListRequest loginInfo) cn.sinozg.applet.common.core.base.BasePageResponse<List<LoginInfoPageListResponse>>LoginInfoServiceImpl.selectLoginInfoPage(cn.sinozg.applet.common.core.base.PagingRequest page, LoginInfoPageListRequest loginInfo) 查询系统登录日志集合