| | |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; |
| | | this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; |
| | | this.KeyWords = rhs.KeyWords; |
| | |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; |
| | | this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; |
| | | this.KeyWords = rhs.KeyWords; |
| | |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 系数 |
| | | /// </summary> |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 运行通过损失系数 |
| | | /// 主管通过损失系数 |
| | | /// </summary> |
| | | public double? RunThroughMinorLoss { get; set; } |
| | | |