| | |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.Paras = rhs.Paras == null ? null : new(rhs.Paras); |
| | |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.Paras = rhs.Paras == null ? null : new(rhs.Paras); |
| | |
| | | /// 系列ID |
| | | ///</summary> |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 口径 |
| | | ///</summary> |
| | | public double? Caliber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 材料 |
| | | ///</summary> |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 局阻系数 |