Package | Description |
---|---|
com.wang.controller | |
com.wang.mapper | |
com.wang.util |
Modifier and Type | Method and Description |
---|---|
ResponseBean |
UserController.add(UserDto userDto)
新增用户
|
ResponseBean |
UserController.login(UserDto userDto,
javax.servlet.http.HttpServletResponse httpServletResponse)
登录授权
|
ResponseBean |
UserController.update(UserDto userDto)
更新用户
|
Modifier and Type | Method and Description |
---|---|
List<RoleDto> |
RoleMapper.findRoleByUser(UserDto userDto)
根据User查询Role
|
Modifier and Type | Method and Description |
---|---|
UserDto |
UserUtil.getUser()
获取当前登录用户
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.