| | |
| | | this.Coefficient = rhs.Coefficient; |
| | | this.Material = rhs.Material; |
| | | this.ID = rhs.ID; |
| | | this.Caliber = rhs.Caliber; |
| | | if (rhs.Caliber == null) |
| | | { |
| | | this.Caliber = "默认"; |
| | | } |
| | | else |
| | | { |
| | | this.Caliber = rhs.Caliber.ToString(); |
| | | } |
| | | this.Description = rhs.Description; |
| | | this.Name = rhs.Name; |
| | | this.SortCode = rhs.SortCode; |
| | |
| | | this.Coefficient = rhs.Coefficient; |
| | | this.Material = rhs.Material; |
| | | this.ID = rhs.ID; |
| | | this.Caliber = rhs.Caliber; |
| | | if (rhs.Caliber == null) |
| | | { |
| | | this.Caliber = "默认"; |
| | | } |
| | | else |
| | | { |
| | | this.Caliber = rhs.Caliber.ToString(); |
| | | } |
| | | this.Description = rhs.Description; |
| | | this.Name = rhs.Name; |
| | | this.SortCode = rhs.SortCode; |