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/01-entity/02-schedule/SchedulePump.cs |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/IStation.Service/01-entity/02-schedule/SchedulePump.cs b/IStation.Service/01-entity/02-schedule/SchedulePump.cs
index bd47bf8..4d3f02c 100644
--- a/IStation.Service/01-entity/02-schedule/SchedulePump.cs
+++ b/IStation.Service/01-entity/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;
         }
 
         /// <summary>
@@ -53,6 +54,11 @@
         public double Head { get; set; }
 
         /// <summary>
+        /// 鍘嬪樊
+        /// </summary>
+        public double PressureDiff { get; set; }
+
+        /// <summary>
         /// 鎬诲姛鐜�
         /// </summary>
         public double Power { get; set; }
@@ -65,12 +71,12 @@
         /// <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