From 4917fb959e2befec07a693e72d7010c09494ec7c Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期四, 03 四月 2025 15:38:34 +0800
Subject: [PATCH] 1.新增二输水流量压力偏差曲线

---
 02-desktop/Model/IStation.Model.Monitor/StationStatisticalRecordPacket/StationStatisticalRecordPacket.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/02-desktop/Model/IStation.Model.Monitor/StationStatisticalRecordPacket/StationStatisticalRecordPacket.cs b/02-desktop/Model/IStation.Model.Monitor/StationStatisticalRecordPacket/StationStatisticalRecordPacket.cs
index 2f9006f..1cbbf3b 100644
--- a/02-desktop/Model/IStation.Model.Monitor/StationStatisticalRecordPacket/StationStatisticalRecordPacket.cs
+++ b/02-desktop/Model/IStation.Model.Monitor/StationStatisticalRecordPacket/StationStatisticalRecordPacket.cs
@@ -6,7 +6,7 @@
     {
         public StationStatisticalRecordPacket()
         {
-            this.StationStatisticalRecords = new List<StationStatisticalRecord>();
+            StationStatisticalRecords = new List<StationStatisticalRecord>();
         }
 
         /// <summary>

--
Gitblit v1.9.3