李昊 пре 4 година
родитељ
комит
b84319eddf
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      gx_api/GxPress/Model/GxPress.Entity/ArticleGroup.cs

+ 1 - 0
gx_api/GxPress/Model/GxPress.Entity/ArticleGroup.cs

@@ -40,6 +40,7 @@ namespace GxPress.Entity
         /// 样式
         /// </summary>
         /// <value></value>
+        [DataColumn]
         public string StyleCss { get; set; }
     }
 }