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/00-core/RevitJunction.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Service/HStation.Service.Revit.Core/02-parter/02-node/03-junction/RevitJunction.cs b/Service/HStation.Service.Revit.Core/02-parter/02-node/01-junction/00-core/RevitJunction.cs similarity index 88% rename from Service/HStation.Service.Revit.Core/02-parter/02-node/03-junction/RevitJunction.cs rename to Service/HStation.Service.Revit.Core/02-parter/02-node/01-junction/00-core/RevitJunction.cs index 6686b4f..31f5a90 100644 --- a/Service/HStation.Service.Revit.Core/02-parter/02-node/03-junction/RevitJunction.cs +++ b/Service/HStation.Service.Revit.Core/02-parter/02-node/01-junction/00-core/RevitJunction.cs @@ -8,7 +8,7 @@ /// <summary> /// /// </summary> - public RevitJunction() { } + public RevitJunction() : base() { } /// <summary> /// @@ -21,12 +21,12 @@ } /// <summary> - /// 鏍囬珮 + /// 鏍囬珮 (m) /// </summary> public double Elev { get; set; } /// <summary> - /// 闇�姘撮噺 + /// 闇�姘撮噺 (m鲁/h) /// </summary> public double? Demand { get; set; } -- Gitblit v1.9.3