| | |
| | | using Yw.Dto; |
| | | using System.ComponentModel; |
| | | using Yw.Dto; |
| | | using Yw.Vmo; |
| | | |
| | | namespace HStation.WinFrmUI.Basic |
| | |
| | | public long ID { get; set; } |
| | | public long ParentID { get; set; } |
| | | public bool IsHave { get; set; } |
| | | |
| | | public long PropID { get; set; } |
| | | public string UnitName { get; set; } |
| | | 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; } |
| | | } |
| | | } |