From 049f546f25cabfb5b08e29c54f49d61a544b0395 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期二, 10 九月 2024 10:36:24 +0800
Subject: [PATCH] 升级前备份

---
 IStation.Service/02-model/02-schedule/SchedulePump.cs |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/IStation.Service/02-model/02-schedule/SchedulePump.cs b/IStation.Service/02-model/02-schedule/SchedulePump.cs
index 2e996c7..1ae26f5 100644
--- a/IStation.Service/02-model/02-schedule/SchedulePump.cs
+++ b/IStation.Service/02-model/02-schedule/SchedulePump.cs
@@ -21,10 +21,11 @@
             this.Flag = rhs.Flag;
             this.Flow = rhs.Flow;
             this.Head = rhs.Head;
+            this.PressureDiff = rhs.PressureDiff;
             this.Power = rhs.Power;
             this.Efficiency = rhs.Efficiency;
-            this.Frequency = rhs.Frequency;
-            this.Speed = rhs.Speed;
+            this.Hz = rhs.Hz;
+            this.Rpm = rhs.Rpm;
         }
 
 
@@ -39,10 +40,11 @@
             this.Flag = rhs.Flag;
             this.Flow = rhs.Flow;
             this.Head = rhs.Head;
+            this.PressureDiff = rhs.PressureDiff;
             this.Power = rhs.Power;
             this.Efficiency = rhs.Efficiency;
-            this.Frequency = rhs.Frequency;
-            this.Speed = rhs.Speed;
+            this.Hz = rhs.Hz;
+            this.Rpm = rhs.Rpm;
         }
 
         /// <summary>
@@ -61,34 +63,39 @@
         public int Flag { get; set; }
 
         /// <summary>
-        /// 鎬绘祦閲�
+        /// 娴侀噺
         /// </summary>
         public double Flow { get; set; }
 
         /// <summary>
-        /// 鎬绘壃绋�
+        /// 鎵▼
         /// </summary>
         public double Head { get; set; }
+         
+        /// <summary>
+        /// 鍘嬪樊
+        /// </summary>
+        public double PressureDiff { get; set; }
 
         /// <summary>
-        /// 鎬诲姛鐜�
+        /// 鍔熺巼
         /// </summary>
         public double Power { get; set; }
-
+         
         /// <summary>
-        /// 鎬绘晥鐜�
+        /// 鏁堢巼
         /// </summary>
         public double Efficiency { get; set; }
 
         /// <summary>
         /// 棰戠巼
         /// </summary>
-        public double Frequency { get; set; }
+        public double Hz { get; set; }
 
         /// <summary>
         /// 杞��
         /// </summary>
-        public double Speed { get; set; }
+        public double Rpm { get; set; }
 
 
         /// <summary>

--
Gitblit v1.9.3