| | |
| | | { |
| | | this.Caliber = rhs.Caliber.ToString(); |
| | | } |
| | | if (rhs.Material == null) |
| | | if (rhs.Material == null || rhs.Material == string.Empty) |
| | | { |
| | | this.Material = "默认"; |
| | | } |
| | |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.ValveType = rhs.ValveType; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.KeyWord = string.Join(",", rhs.KeyWords); |
| | | this.ValveSetting = rhs.ValveSetting; |
| | | } |
| | | |
| | |
| | | { |
| | | this.Caliber = rhs.Caliber.ToString(); |
| | | } |
| | | if (rhs.Material == null) |
| | | if (rhs.Material == null || rhs.Material == string.Empty) |
| | | { |
| | | this.Material = "默认"; |
| | | } |
| | |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.ValveType = rhs.ValveType; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.KeyWord = string.Join(",", rhs.KeyWords); |
| | | this.ValveSetting = rhs.ValveSetting; |
| | | } |
| | | |