namespace DotBased.AspNet.Authority.Models.Authority; public class AuthorityUser : AuthorityUserBase { public AuthorityUser() { Id = Guid.NewGuid(); CreatedDate = DateTime.Now; } }