ÎļþÃû´Ó Dto/HStation.Dto.Assets.Core/05-Elbow/03-AssetsElbowCoefficient/AssetsElbowCoefficientDto.cs ÐÞ¸Ä |
| | |
| | | namespace HStation.Dto.Assets |
| | | { |
| | | public class AssetsElbowCoefficientDto |
| | | public class AssetsElbowFactorDto |
| | | { |
| | | public AssetsElbowCoefficientDto() |
| | | public AssetsElbowFactorDto() |
| | | { |
| | | } |
| | | |
| | | public AssetsElbowCoefficientDto(Model.AssetsElbowFactor rhs) |
| | | public AssetsElbowFactorDto(Model.AssetsElbowFactor rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// å±é»ç³»æ° |
| | | /// </summary> |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说æ |
| | | /// </summary> |
| | | public string Description { get; set; } |
| | | } |
| | | } |