Uses of Class
cn.sinozg.applet.common.core.model.LoginUserVo
Packages that use LoginUserVo
Package
Description
-
Uses of LoginUserVo in cn.sinozg.applet.common.service
Methods in cn.sinozg.applet.common.service that return LoginUserVoModifier and TypeMethodDescriptionFrameworkUserService.getUserInfo(String token, String uid) 获取用户信息到缓存里面FrameworkUserService.refreshUserInfo()强刷用户信息缓存FrameworkUserService.setUserInfo(String token, String uid, LoginUserVo user) 设置用户信息到缓存里面FrameworkUserService.userInfo()缓存里面获取到用户信息Methods in cn.sinozg.applet.common.service with parameters of type LoginUserVoModifier and TypeMethodDescriptionFrameworkUserService.setUserInfo(String token, String uid, LoginUserVo user) 设置用户信息到缓存里面 -
Uses of LoginUserVo in cn.sinozg.applet.common.service.impl
Methods in cn.sinozg.applet.common.service.impl that return LoginUserVoModifier and TypeMethodDescriptionDefaultFrameworkUserServiceImpl.getUserInfo(String token, String uid) DefaultFrameworkUserServiceImpl.refreshUserInfo()DefaultFrameworkUserServiceImpl.setUserInfo(String token, String uid, LoginUserVo user) DefaultFrameworkUserServiceImpl.userInfo()Methods in cn.sinozg.applet.common.service.impl with parameters of type LoginUserVoModifier and TypeMethodDescriptionDefaultFrameworkUserServiceImpl.setUserInfo(String token, String uid, LoginUserVo user) -
Uses of LoginUserVo in cn.sinozg.applet.common.utils
Methods in cn.sinozg.applet.common.utils that return LoginUserVoModifier and TypeMethodDescriptionstatic LoginUserVoUserUtil.user()用户信息static LoginUserVo获取用户消息