| | |
| | | this.MaxLevel = rhs.MaxLevel; |
| | | this.DN = rhs.DN; |
| | | this.OverFlow = rhs.OverFlow; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Paras = rhs.Paras == null ? null : new(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public AssetsTankMainVmo(AssetsTankMainVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.MinLevel = rhs.MinLevel; |
| | | this.MaxLevel = rhs.MaxLevel; |
| | | this.DN = rhs.DN; |
| | | this.OverFlow = rhs.OverFlow; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Paras = rhs.Paras == null ? null : new(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | ///</summary> |
| | | public List<string> KeyWord { get; set; } |
| | | public List<string> KeyWords { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |