Uses of Class
cn.sinozg.applet.biz.system.vo.request.LoginInfoPageListRequest
Packages that use LoginInfoPageListRequest
Package
Description
-
Uses of LoginInfoPageListRequest in cn.sinozg.applet.biz.system.mapper
Methods in cn.sinozg.applet.biz.system.mapper with parameters of type LoginInfoPageListRequestModifier 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) 查询系统登录日志集合 -
Uses of LoginInfoPageListRequest in cn.sinozg.applet.biz.system.service
Methods in cn.sinozg.applet.biz.system.service with parameters of type LoginInfoPageListRequestModifier 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 LoginInfoPageListRequest in cn.sinozg.applet.biz.system.service.impl
Methods in cn.sinozg.applet.biz.system.service.impl with parameters of type LoginInfoPageListRequestModifier 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) 查询系统登录日志集合private voidLoginInfoServiceImpl.setTenantId(LoginInfoPageListRequest loginInfo) 设置租户