WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/00-ViewModel/SysPropMappingViewModel.cs
@@ -29,5 +29,12 @@ 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 List<long> ChoiceIds { get; set; } } }