lihao 4 anni fa
parent
commit
5ac526f890
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      gx_api/GxPress/Model/GxPress.Entity/Topic/Topic.cs

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

@@ -53,6 +53,7 @@ namespace GxPress.Entity.Topic
         /// 是否草稿
         /// </summary>
         /// <value></value>
+         [DataColumn]
         public bool IsDraft { get; set; }
     }
 }