李昊 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>