| | |
| | | this.IsDefault = rhs.IsDefault; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.OpenStatus = rhs.OpenStatus; |
| | | this.Coefficient = rhs.Coefficient; |
| | | } |
| | | |
| | |
| | | this.SortCode = rhs.SortCode; |
| | | this.Name = rhs.Name; |
| | | this.Coefficient = rhs.Coefficient; |
| | | this.OpenStatus = rhs.OpenStatus; |
| | | this.SeriesID = rhs.SeriesID; |
| | | } |
| | | |
| | |
| | | public double? Caliber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 阀门状态 |
| | | /// </summary> |
| | | public eValveOpenStatus OpenStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 类型 |
| | | /// </summary> |
| | | public eAssetsValveSeriesType Type { get; set; } |