| | |
| | | this.IsDefault = rhs.IsDefault; |
| | | this.ValveLift = rhs.ValveLift; |
| | | this.SortCode = rhs.SortCode; |
| | | this.ValveSetting = rhs.ValveSetting; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | public double? Caliber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 阀门状态 |
| | | /// 阀门开度 |
| | | /// </summary> |
| | | public int ValveLift { get; set; } |
| | | public int? ValveLift { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | |
| | | public string CreateTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 阀门设置 |
| | | /// </summary> |
| | | public string ValveSetting { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 材料 |
| | | /// </summary> |
| | | public string MaterialName { get; set; } |