| | |
| | | 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; |
| | |
| | | public double? TerminalPressure { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 最高楼层标高 |
| | | /// </summary> |
| | | public double MaxHeight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |
| | | ///</summary> |
| | | public Dictionary<string, string> Paras { get; set; } |