@@ -28,5 +28,7 @@ namespace Hotline.Settings.Hotspots
[SugarColumn(IsIgnore = true)]
public bool HasChild { get; set; }
+
+ public bool IsHasChild => !HasChild;
}