浏览代码

Tags, CharsCount

Rimmon 3 年之前
父节点
当前提交
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; }