| | |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | /// </summary> |
| | | public List<string> KeyWord { get; set; } |
| | | public List<string> KeyWords { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |