李昊 4 年之前
父節點
當前提交
11911b23d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gx_api/GxPress/Model/GxPress.Entity/Notice.cs

+ 1 - 1
gx_api/GxPress/Model/GxPress.Entity/Notice.cs

@@ -24,7 +24,7 @@ namespace GxPress.Entity
         /// <summary>
         /// 内容
         /// </summary>
-        [DataColumn]
+        [DataColumn(Text = true)]
         public string Content { get; set; }
 
         /// <summary>