Rimmon 3 лет назад
Родитель
Сommit
3549b6c79e
1 измененных файлов с 2 добавлено и 0 удалено
  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; }