duheng
2024-12-24 63834af1872ab37f22a5e67b5df20a082f7a052a
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>
        /// 参数