123456789101112131415161718192021222324 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- using GxPress.Common.Page;
- namespace GxPress.Request.ArticleAnalyze
- {
-
-
-
- public class ArticlePraisePageSearchRequest : PageParameter
- {
-
-
-
- public int ArticleId { get; set; }
-
-
-
-
- public int TypeValue{get;set;}
- }
- }
|