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/17-hydrant/HydrantViewModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/17-hydrant/HydrantViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/17-hydrant/HydrantViewModel.cs
index 33bce80..3487de4 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/17-hydrant/HydrantViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/17-hydrant/HydrantViewModel.cs
@@ -30,7 +30,7 @@
             }
             this.Name = rhs.Name;
             this.SortCode = rhs.SortCode;
-            this.KeyWord = string.Join(",", rhs.KeyWord);
+            this.KeyWord = string.Join(",", rhs.KeyWords);
             this.MinorLoss = rhs.MinorLoss;
         }
 
@@ -55,7 +55,7 @@
             }
             this.Description = rhs.Description;
             this.Name = rhs.Name;
-            this.KeyWord = string.Join(",", rhs.KeyWord);
+            this.KeyWord = string.Join(",", rhs.KeyWords);
             this.SortCode = rhs.SortCode;
             this.MinorLoss = rhs.MinorLoss;
         }

--
Gitblit v1.9.3