From 31e3f4ffdf7d566db391a5fcb94984f23e0abb02 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 06 十一月 2024 15:00:31 +0800
Subject: [PATCH] 修改阀门匹配

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs
index 2cca465..bbd34a9 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/05-elbows/01-elbowsinglematching/ElbowSingleMatchingViewModel.cs
@@ -12,11 +12,11 @@
         {
             this.Caliber = rhs.Caliber;
             this.ID = rhs.ID;
-            this.Material = rhs.MaterialName;
+            this.Material = rhs.Material;
             this.ModelType = rhs.Name;
-            this.MinorLoss = rhs.Coefficient;
+            this.MinorLoss = rhs.MinorLoss;
             this.Angle = rhs.Angle;
-            this.ConnectionLength = rhs.ConnectionLength;
+            this.ElbowLengthType = rhs.ElbowLengthType;
         }
 
         /// <summary>
@@ -60,7 +60,7 @@
 
         [DisplayName("寮ご绫诲瀷")]
         [Browsable(true)]
-        public eLengthType? ConnectionLength { get; set; }
+        public eLengthType? ElbowLengthType { get; set; }
 
         /// <summary>
         /// 瑙掑害

--
Gitblit v1.9.3