From bc230c03cb961e8d5fb40131806fe795ecfbfa73 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 06 十一月 2024 15:07:00 +0800
Subject: [PATCH] 修改曲线id命名

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

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs
index 46cc9a3..e8d1e79 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ValveMatchingViewModel.cs
@@ -51,11 +51,11 @@
         public string DbId { get; set; }
 
         /// <summary>
-        /// ChartDbId
+        /// CurveDbId
         /// </summary>
         [DisplayName("ChartDbId")]
         [Browsable(false)]
-        public string ChartDbId { get; set; }
+        public string CurveDbId { get; set; }
 
         /// <summary>
         /// 鐩村緞
@@ -114,11 +114,11 @@
         public double? MatchingDiameter { get; set; }
 
         /// <summary>
-        /// MatchingChartDbId
+        /// MatchingCurveDbId
         /// </summary>
-        [DisplayName("MatchingChartDbId")]
+        [DisplayName("MatchingCurveDbId")]
         [Browsable(false)]
-        public string MatchingChartDbId { get; set; }
+        public string MatchingCurveDbId { get; set; }
 
         /// <summary>
         /// 鍖归厤鏉愯川

--
Gitblit v1.9.3