namespace VberZero.AppService.Roles.Dto; public class FlatPermissionDto { public string Name { get; set; } public string DisplayName { get; set; } public string Description { get; set; } }