From 13e69c09c5ac97e0294d64617dfb934e34bb4264 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期一, 02 十二月 2024 17:11:13 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ElbowMatchingViewModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ElbowMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ElbowMatchingViewModel.cs
index aa56888..7f5807c 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ElbowMatchingViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ElbowMatchingViewModel.cs
@@ -61,7 +61,7 @@
         /// </summary>
         [DisplayName("杩炴帴闀垮害")]
         [Browsable(true)]
-        public eLengthType? ConnectionLength { get; set; }
+        public HStation.Assets.eElbowType? ConnectionLength { get; set; }
 
         /// <summary>
         /// 瑙掑害
@@ -124,7 +124,7 @@
         /// </summary>
         [DisplayName("寮ご绫诲瀷")]
         [Browsable(true)]
-        public eLengthType? MatchingConnectionLength { get; set; }
+        public HStation.Assets.eElbowType? MatchingConnectionLength { get; set; }
 
         /// <summary>
         /// 瑙掑害

--
Gitblit v1.9.3