lihao 4 年之前
父节点
当前提交
5ac526f890
共有 1 个文件被更改,包括 1 次插入0 次删除
  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; }
     }
 }