李昊 4 년 전
부모
커밋
08ca8e8d4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gx_api/GxPress/Model/GxPress.Request/Comment/CommentPageRequest.cs

+ 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; }