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/ScheduleConclusion.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IStation.Service/01-entity/02-schedule/ScheduleConclusion.cs b/IStation.Service/01-entity/02-schedule/ScheduleConclusion.cs index e4bcc4d..96308b6 100644 --- a/IStation.Service/01-entity/02-schedule/ScheduleConclusion.cs +++ b/IStation.Service/01-entity/02-schedule/ScheduleConclusion.cs @@ -19,7 +19,7 @@ this.RequestID = rhs.RequestID; this.Station = rhs.Station; this.TotalFlow = rhs.TotalFlow; - this.TotalHead = rhs.TotalHead; + this.TotalPressure = rhs.TotalPressure; this.TotalPower = rhs.TotalPower; this.TotalEfficiency = rhs.TotalEfficiency; this.WP = rhs.WP; @@ -47,9 +47,9 @@ public double TotalFlow { get; set; } /// <summary> - /// 鎬绘壃绋� + /// 鎬诲帇鍔� /// </summary> - public double TotalHead { get; set; } + public double TotalPressure { get; set; } /// <summary> /// 鎬诲姛鐜� -- Gitblit v1.9.3