Browse Source

Tags, CharsCount

Rimmon 3 năm trước cách đây
mục cha
commit
3549b6c79e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Models/ArticleModel.cs

+ 2 - 0
Models/ArticleModel.cs

@@ -40,6 +40,8 @@ namespace HyperCube.Models
         public string Authors { get; set; }
         [Required]
         public string Keywords { get; set; }
+        public string Tags { get; set; }
+        public int CharsCount { get; set; }
         [Required]
         public string Annotation { get; set; }
         public string Text { get; set; }