From 185565a8eb30c0546746aad52aac0926d395a76d Mon Sep 17 00:00:00 2001 From: qin <a@163.com> Date: 星期五, 14 三月 2025 11:01:41 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Dto/PBS.Dto/02-facility/AddFacilityInput.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Dto/PBS.Dto/02-facility/AddFacilityInput.cs b/Dto/PBS.Dto/02-facility/AddFacilityInput.cs index c249ec5..d4eec0b 100644 --- a/Dto/PBS.Dto/02-facility/AddFacilityInput.cs +++ b/Dto/PBS.Dto/02-facility/AddFacilityInput.cs @@ -67,6 +67,11 @@ public double? TerminalPressure { get; set; } /// <summary> + /// 鏈�楂樻ゼ灞傛爣楂� + /// </summary> + public double MaxHeight { get; set; } + + /// <summary> /// 鍙傛暟 ///</summary> public Dictionary<string, string> Paras { get; set; } @@ -77,6 +82,11 @@ public List<string> Flags { get; set; } /// <summary> + /// 浣跨敤鐘舵�� + ///</summary> + public Yw.Model.eUseStatus UseStatus { get; set; } + + /// <summary> /// 鏍囧織 ///</summary> public string TagName { get; set; } -- Gitblit v1.9.3