namespace Easy.Admin.Application.Blog.Dtos; public class TalksPageQueryInput : Pagination { /// /// 关键词 /// public string Keyword { get; set; } }