qin
2025-03-14 185565a8eb30c0546746aad52aac0926d395a76d
Dto/PBS.Dto/02-facility/FacilityDto.cs
@@ -30,6 +30,7 @@
            this.MaxWaterDemand = rhs.MaxWaterDemand;
            this.ConstantPressure = rhs.ConstantPressure;
            this.TerminalPressure = rhs.TerminalPressure;
            this.MaxHeight = rhs.MaxHeight;
            this.Paras = rhs.Paras == null ? null : new(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.TagName = rhs.TagName;
@@ -99,6 +100,16 @@
        public double? TerminalPressure { get; set; }
        /// <summary>
        /// 使用状态
        ///</summary>
        public Yw.Model.eUseStatus UseStatus { get; set; }
        /// <summary>
        /// 最高楼层标高
        /// </summary>
        public double MaxHeight { get; set; }
        /// <summary>
        /// 参数
        ///</summary>
        public Dictionary<string, string> Paras { get; set; }
@@ -112,11 +123,6 @@
        /// 标志
        ///</summary>
        public string TagName { get; set; }
        /// <summary>
        /// 使用状态
        ///</summary>
        public Yw.Model.eUseStatus UseStatus { get; set; }
        /// <summary>
        /// 排序码