Package | Description |
---|---|
com.wang.mapper |
Modifier and Type | Method and Description |
---|---|
List<RoleDto> |
RoleMapper.findRoleByUser(UserDto userDto)
根据User查询Role
|
Modifier and Type | Method and Description |
---|---|
List<PermissionDto> |
PermissionMapper.findPermissionByRole(RoleDto roleDto)
根据Role查询Permission
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.