From d107fd0519b4b84c31bc55bbd30cc0ba0af7507d Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 07 二月 2025 10:41:13 +0800
Subject: [PATCH] 过渡件匹配Model修改,增加过渡件类型匹配字段

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs
index 474825a..b16766b 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/ThreeLinkViewModel.cs
@@ -29,7 +29,7 @@
             }
             this.Name = rhs.Name;
             this.SortCode = rhs.SortCode;
-            this.KeyWord = string.Join(",", rhs.KeyWord);
+            this.KeyWord = string.Join(",", rhs.KeyWords);
             this.RunThroughMinorLoss = rhs.RunThroughMinorLoss;
             this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss;
             this.MinorLoss = rhs.MinorLoss;
@@ -57,7 +57,7 @@
             }
             this.Name = rhs.Name;
             this.SortCode = rhs.SortCode;
-            this.KeyWord = string.Join(",", rhs.KeyWord);
+            this.KeyWord = string.Join(",", rhs.KeyWords);
             this.RunThroughMinorLoss = rhs.RunThroughMinorLoss;
             this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss;
             this.MinorLoss = rhs.MinorLoss;

--
Gitblit v1.9.3