田爽 1 rok pred
rodič
commit
68b2ff8f74
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/Hotline/KnowledgeBase/Knowledge.cs

+ 1 - 1
src/Hotline/KnowledgeBase/Knowledge.cs

@@ -150,5 +150,5 @@ public class Knowledge : WorkflowEntity//   WorkflowEntity  FullStateEntity
 	/// 搜索量
 	/// </summary>
 	[SugarColumn(ColumnDescription = "搜索量")]
-	public int SearchNum { get; set; } = 0;
+	public int? SearchNum { get; set; } = 0;
 }