From 4446901f8ecde9b6e593d871465e89662ad58965 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 05 十二月 2024 10:06:58 +0800 Subject: [PATCH] 修改单独匹配命名 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/XhsProjectSimulationPipeMatchingViewModel.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/XhsProjectSimulationPipeMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/XhsProjectSimulationPipeMatchingViewModel.cs index 9168953..2387321 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/XhsProjectSimulationPipeMatchingViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/XhsProjectSimulationPipeMatchingViewModel.cs @@ -15,6 +15,7 @@ this.Material = rhs.Material; this.Caliber = rhs.Diameter; this.Code = rhs.Code; + this.Name = rhs.Name; this.Dbid = rhs.DbId; this.ModelType = rhs.ModelType; this.eAlgorithmType = rhs.eAlgorithmType; -- Gitblit v1.9.3