李昊 5 년 전
부모
커밋
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; }
     }
 }