namespace Meezi.Core.Entities; public class CafeFeatureOverride : TenantEntity { public string FeatureKey { get; set; } = string.Empty; public bool IsEnabled { get; set; } }