Dun.Jason 1 năm trước cách đây
mục cha
commit
220a511ebd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/Hotline/Settings/Hotspots/EventCategory.cs

+ 2 - 0
src/Hotline/Settings/Hotspots/EventCategory.cs

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