duheng
2024-12-24 ea882c1741812b0783b2924548cb9e8c638a1be9
Vmo/HStation.Vmo.Assets.Core/06-Elbow/AssetsElbowMainVmo.cs
@@ -1,9 +1,53 @@
using HStation.Assets;
using HStation.Dto.Assets;
namespace HStation.Vmo
{
    public class AssetsElbowMainVmo
    {        /// <summary>
             ///
             /// </summary>
        public AssetsElbowMainVmo()
        { }
        /// <summary>
        ///
        /// </summary>
        public AssetsElbowMainVmo(AssetsElbowMainDto 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 AssetsElbowMainVmo(AssetsElbowMainVmo 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>
@@ -44,7 +88,7 @@
        /// <summary>
        /// 识别关键字
        /// </summary>
        public List<string> KeyWord { get; set; }
        public List<string> KeyWords { get; set; }
        /// <summary>
        /// 参数