| | |
| | | this.Caliber = rhs.Caliber; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.IsDefault = rhs.IsDefault; |
| | | // this.IsDefault = rhs.IsDefault; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.ValveLift = rhs.ValveLift; |
| | |
| | | this.MaterialName = rhs.MaterialName; |
| | | this.Caliber = rhs.Caliber; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.IsDefault = rhs.IsDefault; |
| | | // this.IsDefault = rhs.IsDefault; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Name = rhs.Name; |
| | | this.Coefficient = rhs.Coefficient; |
| | |
| | | /// </summary> |
| | | public string KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否默认 |
| | | /// </summary> |
| | | public bool IsDefault { get; set; } |
| | | /* /// <summary> |
| | | /// 是否默认 |
| | | /// </summary> |
| | | public bool IsDefault { get; set; }*/ |
| | | |
| | | /// <summary> |
| | | /// 说明 |
| | | /// </summary> |
| | | public string? Description { get; set; } |
| | | public string Description { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |