From 083c4e47c7a59025f3348bd093693c6b3febb014 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 16 十月 2024 10:03:31 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/HStation.Service.Revit.Core/02-parter/02-node/01-junction/01-source/02-tank/RevitTank.cs | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Service/HStation.Service.Revit.Core/02-parter/02-node/02-tank/RevitTank.cs b/Service/HStation.Service.Revit.Core/02-parter/02-node/01-junction/01-source/02-tank/RevitTank.cs similarity index 82% rename from Service/HStation.Service.Revit.Core/02-parter/02-node/02-tank/RevitTank.cs rename to Service/HStation.Service.Revit.Core/02-parter/02-node/01-junction/01-source/02-tank/RevitTank.cs index fb5eaf7..fe85596 100644 --- a/Service/HStation.Service.Revit.Core/02-parter/02-node/02-tank/RevitTank.cs +++ b/Service/HStation.Service.Revit.Core/02-parter/02-node/01-junction/01-source/02-tank/RevitTank.cs @@ -8,7 +8,7 @@ /// <summary> /// /// </summary> - public RevitTank() { } + public RevitTank() : base() { } /// <summary> /// @@ -19,39 +19,39 @@ this.InitLevel = rhs.InitLevel; this.MinLevel = rhs.MinLevel; this.MaxLevel = rhs.MaxLevel; - this.Diameter = rhs.Diameter; + this.DN = rhs.DN; this.MinVol = rhs.MinVol; this.VolCurve = rhs.VolCurve; this.OverFlow = rhs.OverFlow; } /// <summary> - /// 姹犲簳鏍囬珮 + /// 姹犲簳鏍囬珮 (m) /// </summary> public double PoolElev { get; set; } /// <summary> - /// 鍒濆姘翠綅 + /// 鍒濆姘翠綅 (m) /// </summary> public double InitLevel { get; set; } /// <summary> - /// 鏈�浣庢按浣� + /// 鏈�浣庢按浣� (m) /// </summary> public double MinLevel { get; set; } /// <summary> - /// 鏈�楂樻按浣� + /// 鏈�楂樻按浣� (m) /// </summary> public double MaxLevel { get; set; } /// <summary> - /// 鐩村緞 + /// 鍏О鐩村緞 (m) /// </summary> - public double Diameter { get; set; } + public double DN { get; set; } /// <summary> - /// 鏈�灏忓绉� + /// 鏈�灏忓绉� (m鲁) /// </summary> public double MinVol { get; set; } -- Gitblit v1.9.3