qin
2025-03-14 185565a8eb30c0546746aad52aac0926d395a76d
Vmo/PBS.Vmo/02-facility/FacilityVmo.cs
@@ -31,6 +31,7 @@
            this.ConstantPressure = rhs.ConstantPressure;
            this.TerminalPressure = rhs.TerminalPressure;
            this.Paras = rhs.Paras == null ? null : new(rhs.Paras);
            this.MaxHeight = rhs.MaxHeight;
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
            this.UseStatus = (Yw.Vmo.eUseStatus)(int)rhs.UseStatus;
@@ -99,6 +100,11 @@
        public double? TerminalPressure { get; set; }
        /// <summary>
        /// 最高楼层标高
        /// </summary>
        public double MaxHeight { get; set; }
        /// <summary>
        /// 参数
        ///</summary>
        public Dictionary<string, string> Paras { get; set; }