李昊 4 years ago
parent
commit
08ca8e8d4c

+ 1 - 1
gx_api/GxPress/Model/GxPress.Request/Comment/CommentPageRequest.cs

@@ -13,7 +13,7 @@ namespace GxPress.Request.Comment
         public int ArticleId { get; set; }
 
         /// <summary>
-        /// 状态 10 会议纪要 0 文章 1 话题 2 通知 3 笔记
+        /// 状态 文章100,话题2,收藏3,笔记4,通知5,站内信6,小组7,收藏文件夹12,笔记文件夹13,工作流审批14,文件300,图片301,会议纪要8,会议详情500,财务报表601,人事报表602,出版报表603,书籍20,课程30,音频40,期刊50,视频60,名栏90,公众号110,刊期120
         /// </summary>
         /// <value></value>
         public int TypeValue { get; set; }