From c5136b7517998a076f1bd2e4abdda01decae8b6f Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 07 二月 2025 09:35:58 +0800
Subject: [PATCH] 问题修复

---
 Calc/IStation.Calc.Model/AnaRequest.cs |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/Calc/IStation.Calc.Model/AnaRequest.cs b/Calc/IStation.Calc.Model/AnaRequest.cs
index 8e63c0d..7e48087 100644
--- a/Calc/IStation.Calc.Model/AnaRequest.cs
+++ b/Calc/IStation.Calc.Model/AnaRequest.cs
@@ -28,11 +28,11 @@
             this.IsKnownStartOpenPump = rhs.IsKnownStartOpenPump;
             this.TotalFlowIn = rhs.TotalFlowIn;
 
-            this.CurrentWaterBoxLevel = rhs.CurrentWaterBoxLevel;
-            this.MaxLimitWaterBoxLevel = rhs.MaxLimitWaterBoxLevel; 
-            this.MaxLimitWaterBoxTime = rhs.MaxLimitWaterBoxTime;
+            this.StartReservoirLevel = rhs.StartReservoirLevel;
+            this.MaxReservoirLevel = rhs.MaxReservoirLevel; 
+            this.MaxReservoirLevelTime = rhs.MaxReservoirLevelTime;
 
-            this.SpaceFlowOut = rhs.SpaceFlowOut;
+            this.PerHourFlowOut = rhs.PerHourFlowOut;
             //this.ReservoirMinLimitHours = rhs.ReservoirMinLimitHours;
             //this.ReservoirMaxLimitHours = rhs.ReservoirMaxLimitHours;
         }
@@ -41,13 +41,14 @@
         public DateTime EndTime { get; set; }
         public List<int> StartOpenPumpIndexArray { get; set; }//寮�濮嬫椂寮�鐨勬槸鍝簺鍑犲彴娉�
         public bool IsKnownStartOpenPump { get; set; } //鏄惁鐭ラ亾鐭ラ亾寮�濮嬫椂鐨勫紑娉电姸鎬�
-        public double? TotalFlowIn { get; set; }//鍗曚綅 鍚�
+        public double? TotalFlowIn { get; set; }//鍙栨按鎬婚噺 鍗曚綅(鍚�)
 
-        public double CurrentWaterBoxLevel { get; set; }//褰撳墠姘村簱姘翠綅
-        public double? MaxLimitWaterBoxLevel { get; set; }//鏈�楂樻按搴撴按浣嶉檺鍒�
-        public string MaxLimitWaterBoxTime { get; set; }//鏈�楂樻按搴撴按浣嶉檺鍒舵椂闂�
+        public double StartReservoirLevel { get; set; }//褰撳墠姘村簱姘翠綅(鐢盋urrentWaterBoxLevel 鏀�)
 
-        public List<double> SpaceFlowOut { get; set; }//姘存睜鎺掓按鏃堕棿娴侀噺 
- 
+        public double? MaxReservoirLevel { get; set; }//鏈�楂樻按搴撴按浣嶉檺鍒�
+        public string MaxReservoirLevelTime { get; set; }//鏈�楂樻按搴撴按浣嶉檺鍒舵椂闂�
+
+        public List<double> PerHourFlowOut { get; set; }//姘存睜鎺掓按鏃堕棿娴侀噺  鍗曚綅 鍚�
+
     }
 }

--
Gitblit v1.9.3