| | |
| | | { |
| | | public class AssetsFourlinkMainVmo |
| | | { |
| | | public AssetsFourlinkMainVmo() |
| | | { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsFourlinkMainVmo(AssetsFourlinkMainDto rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsFourlinkMainVmo(AssetsFourlinkMainVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public long ID { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | /// </summary> |
| | | public List<string> KeyWord { get; set; } |
| | | public List<string> KeyWords { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |