namespace YD_Event.Application.Blog.Dtos; public class ArticlePageQueryInput : Pagination { /// /// 标题 /// public string Title { get; set; } /// /// 栏目ID /// public long? CategoryId { get; set; } }