mirror of https://github.com/abpframework/abp.git
1 changed files with 3 additions and 0 deletions
@ -1,8 +1,11 @@ |
|||||
|
using System; |
||||
using System.Collections.Generic; |
using System.Collections.Generic; |
||||
|
|
||||
namespace Volo.Abp.PermissionManagement.Integration; |
namespace Volo.Abp.PermissionManagement.Integration; |
||||
|
|
||||
public class PermissionGrantOutput |
public class PermissionGrantOutput |
||||
{ |
{ |
||||
|
public Guid UserId { get; set; } |
||||
|
|
||||
public Dictionary<string, bool> Permissions { get; set; } |
public Dictionary<string, bool> Permissions { get; set; } |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue