namespace HopFrame.Web.Model; public sealed class NavigationItem { public string Name { get; set; } public string Url { get; set; } public string Permission { get; set; } public string Description { get; set; } }