duheng
2024-09-22 9ffb31c233f3b4891550293294c2ee716f77b42a
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; }
    }
}