| | |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Description = rhs.Description; |
| | | this.Vmo = rhs; |
| | | } |
| | |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Description = rhs.Description; |
| | | this.Vmo = rhs; |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 材料 |
| | | /// </summary> |
| | | [Display(Name = "材料")] |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 直径 |
| | | /// </summary> |
| | | [Display(Name = "直径(mm)")] |
| | | public double? Caliber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 局阻系数 |
| | | /// </summary> |
| | | [Display(Name = "局阻系数")] |