From 63834af1872ab37f22a5e67b5df20a082f7a052a Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 24 十二月 2024 16:40:00 +0800 Subject: [PATCH] 修改资产--四通 --- Vmo/HStation.Vmo.Assets.Core/08-FourLink/AssetsFourlinkMainVmo.cs | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 1 deletions(-) diff --git a/Vmo/HStation.Vmo.Assets.Core/08-FourLink/AssetsFourlinkMainVmo.cs b/Vmo/HStation.Vmo.Assets.Core/08-FourLink/AssetsFourlinkMainVmo.cs index 52bab02..648522b 100644 --- a/Vmo/HStation.Vmo.Assets.Core/08-FourLink/AssetsFourlinkMainVmo.cs +++ b/Vmo/HStation.Vmo.Assets.Core/08-FourLink/AssetsFourlinkMainVmo.cs @@ -2,6 +2,47 @@ { 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> @@ -32,7 +73,7 @@ /// <summary> /// 璇嗗埆鍏抽敭瀛� /// </summary> - public List<string> KeyWord { get; set; } + public List<string> KeyWords { get; set; } /// <summary> /// 鍙傛暟 -- Gitblit v1.9.3