李昊 před 4 roky
rodič
revize
11911b23d6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>