From ca1ccd0dd9f2d6936368f07d14a2b29b309fd151 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 04 十二月 2024 15:59:25 +0800
Subject: [PATCH] 增加单独匹配界面

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

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ThreelinkMatchingViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ThreelinkMatchingViewModel.cs
index fb4c3a8..6784fb8 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ThreelinkMatchingViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/01-viewmodel/ThreelinkMatchingViewModel.cs
@@ -5,7 +5,6 @@
     /// </summary>
     public class ThreelinkMatchingViewModel
     {
-
         /// <summary>
         /// ID
         /// </summary>
@@ -69,10 +68,6 @@
         [Browsable(true)]
         public double? MinorLoss { get; set; }
 
-
-
-
-
         /// <summary>
         /// 鍖归厤鍨嬪彿
         /// </summary>
@@ -86,6 +81,20 @@
         [DisplayName("MatchingDbId")]
         [Browsable(false)]
         public string MatchingDbId { get; set; }
+
+        /// <summary>
+        /// 杩愯閫氳繃鎹熷け绯绘暟
+        /// </summary>
+        [DisplayName("杩愯閫氳繃鎹熷け绯绘暟")]
+        [Browsable(true)]
+        public double? RunThroughCoefficient { get; set; }
+
+        /// <summary>
+        /// 鏀閫氳繃鎹熷け绯绘暟
+        /// </summary>
+        [DisplayName("鏀閫氳繃鎹熷け绯绘暟")]
+        [Browsable(true)]
+        public double? BranchThroughCoefficient { get; set; }
 
         /// <summary>
         /// 鍖归厤鏉愯川
@@ -107,5 +116,19 @@
         [DisplayName("鍖归厤鎹熷け绯绘暟")]
         [Browsable(true)]
         public double? MatchingMinorLoss { get; set; }
+
+        /// <summary>
+        /// 杩愯閫氳繃鎹熷け绯绘暟
+        /// </summary>
+        [DisplayName("鍖归厤杩愯閫氳繃鎹熷け绯绘暟")]
+        [Browsable(true)]
+        public double? MatchingRunThroughCoefficient { get; set; }
+
+        /// <summary>
+        /// 鏀閫氳繃鎹熷け绯绘暟
+        /// </summary>
+        [DisplayName("鍖归厤鏀閫氳繃鎹熷け绯绘暟")]
+        [Browsable(true)]
+        public double? MatchingBranchThroughCoefficient { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3