| | |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; |
| | | this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; |
| | | this.KeyWords = KeyWordHelper.ToString(rhs.KeyWords); |
| | |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; |
| | | this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; |
| | | this.KeyWords = KeyWordHelper.ToString(rhs.KeyWords); |
| | |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// 型号 |
| | | /// </summary> |
| | | [Display(Name = "名称")] |
| | | [Display(Name = "型号")] |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [Display(Name = "材料")] |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 喷射系数 |
| | | /// </summary> |
| | | [Display(Name = "喷射系数")] |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 主管通过损失系数 |