mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-02-23 15:15:01 +01:00
10 lines
262 B
C#
10 lines
262 B
C#
namespace DotBased.AspNet.Authority.Models.Authority;
|
|
|
|
public class AuthorityAttributeItem
|
|
{
|
|
public Guid BoundId { get; set; }
|
|
|
|
public string AttributeKey { get; set; } = string.Empty;
|
|
|
|
public string AttributeValue { get; set; } = string.Empty;
|
|
} |