namespace Easy.Admin.Application.Client.Dtos; public class CommentPageQueryInput : Pagination { /// /// 对应模块ID或评论ID(null表留言,0代表友链的评论) /// public long? Id { get; set; } }