using Furion.DatabaseAccessor; using Furion.Extras.iWare.Wms.Util.LowCode.Front.Att; using Furion.Extras.iWare.Wms.Util.LowCode.Front.Model; namespace Furion.Extras.iWare.Wms.Util.LowCode.Front { [FrontType("switch")] [FrontTypeBindDatabase(DbProvider.SqlServer, typeof(bool))] public class Front_Switch : Front_Base { } public class Front_Switch_Options { /// /// 默认值 /// public bool DefaultValue { get; set; } /// /// 隐藏 /// public bool Hidden { get; set; } /// /// 禁用 /// public bool Disabled { get; set; } } }