lixiaojun
2024-10-28 3fa2fa94353dad7d2ccb65a0d1db9c9433c11c80
WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/00-ViewModel/SysPropMappingViewModel.cs
@@ -1,4 +1,5 @@
using Yw.Dto;
using System.ComponentModel;
using Yw.Dto;
using Yw.Vmo;
namespace HStation.WinFrmUI.Basic
@@ -35,6 +36,13 @@
        public bool IsNull { get; set; }
        public string DefaultValue { get; set; }
        public bool Inherit { get; set; }
        public bool IsGroup { get; set; }
        [DisplayName("列")]
        [Browsable(false)]
        public List<long> ChoiceIds { get; set; }
        public string DisplayChoice { get; set; }
        public List<SysPropMappingChoiceHaveVmo> ChoiceList { get; set; }
    }
}