| | |
| | | namespace HStation.Dto |
| | | using HStation.Assets; |
| | | using System.ComponentModel.DataAnnotations; |
| | | |
| | | namespace HStation.Dto |
| | | { |
| | | /// <summary> |
| | | /// 过渡件系数 |
| | |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 直径 |
| | | /// </summary> |
| | | public double Diameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 上游直径 |
| | | /// </summary> |
| | | public double StartDiameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 下游直径 |
| | | /// </summary> |
| | | public double EndDiameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 过渡件类型 |
| | | /// </summary> |
| | | public eTranslationType TranslationType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 局阻系数 |
| | | ///</summary> |
| | | public double MinorLoss { get; set; } |