From 9ffb31c233f3b4891550293294c2ee716f77b42a Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期日, 22 九月 2024 19:08:49 +0800 Subject: [PATCH] 完善自动匹配 --- WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/00-ViewModel/SysPropMappingViewModel.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/00-ViewModel/SysPropMappingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/00-ViewModel/SysPropMappingViewModel.cs index a684154..f5a01c3 100644 --- a/WinFrmUI/HStation.WinFrmUI.Basic/01-SysCatalogManage/00-ViewModel/SysPropMappingViewModel.cs +++ b/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; } } } \ No newline at end of file -- Gitblit v1.9.3