mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-02-23 15:15:01 +01:00
8 lines
180 B
C#
8 lines
180 B
C#
namespace DotBased.AspNet.Authority.Models.Authority;
|
|
|
|
public class AuthorityGroupItem
|
|
{
|
|
public Guid Id { get; set; } = Guid.NewGuid();
|
|
|
|
public string? Name { get; set; }
|
|
} |