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