From f97b3ccbfd63b62ec875223fcc417633f6ce2989 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期一, 09 十二月 2024 17:38:26 +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/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixViewModel.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixViewModel.cs
index c792356..bcdd154 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/03-calcu/01-prefix/03-nozzle/SetHydroNozzleCalcuPrefixViewModel.cs
@@ -7,13 +7,13 @@
         public SetHydroNozzleCalcuPrefixViewModel() { }
         public SetHydroNozzleCalcuPrefixViewModel(Yw.Model.HydroNozzleInfo rhs)
         {
-            this.Name = rhs.Name; 
+            this.Name = rhs.Name;
             this.Coefficient = rhs.Coefficient;
-        
+
         }
 
         [Display(Name = "鍚嶇О")]
-        public string Name { get; set; } 
+        public string Name { get; set; }
 
         [Display(Name = "鍠峰皠绯绘暟")]
         public double Coefficient { get; set; }

--
Gitblit v1.9.3