using System; using System.Collections.Generic; using System.Text; using GxPress.Common.Page; namespace GxPress.Request.ArticleAnalyze { /// /// 文章点赞分页数据 /// public class ArticlePraisePageSearchRequest : PageParameter { /// /// 文章ID /// public int ArticleId { get; set; } /// /// 状态 0 文字 10 会议纪要 /// /// public int TypeValue{get;set;} } }