Service/PBS.Service/01-entity/02-facility/Facility.cs
@@ -31,6 +31,7 @@ this.MaxWaterDemand = rhs.MaxWaterDemand; this.ConstantPressure = rhs.ConstantPressure; this.TerminalPressure = rhs.TerminalPressure; this.MaxHeight = rhs.MaxHeight; this.Paras = rhs.Paras; this.Flags = rhs.Flags; this.TagName = rhs.TagName; @@ -96,6 +97,11 @@ public double TerminalPressure { get; set; } /// <summary> /// 最高楼层标高 /// </summary> public double MaxHeight { get; set; } /// <summary> /// 参数 ///</summary> [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]