namespace Fengling.Console.Models.Dtos; public class OAuthClientQueryDto : PaginationQueryDto { public string? DisplayName { get; set; } public string? ClientId { get; set; } public string? Status { get; set; } }