qin
2025-03-14 ef1fc8b0eeea6972964d8c62dfef7819bea49d1a
Vmo/HStation.Vmo.Assets.Core/07-ThreeLink/AssetsThreelinkMainVmo.cs
@@ -1,7 +1,55 @@
namespace HStation.Vmo
using HStation.Dto.Assets;
namespace HStation.Vmo
{
    public class AssetsThreelinkMainVmo
    {
        /// <summary>
        ///
        /// </summary>
        public AssetsThreelinkMainVmo()
        { }
        /// <summary>
        ///
        /// </summary>
        public AssetsThreelinkMainVmo(AssetsThreelinkMainDto rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.RunThroughMinorLoss = rhs.RunThroughMinorLoss;
            this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss;
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
        ///
        /// </summary>
        public AssetsThreelinkMainVmo(AssetsThreelinkMainVmo rhs)
        {
            this.ID = rhs.ID;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.RunThroughMinorLoss = rhs.RunThroughMinorLoss;
            this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss;
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        public long ID { get; set; }
        /// <summary>
@@ -25,12 +73,7 @@
        public string Material { get; set; }
        /// <summary>
        /// 系数
        /// </summary>
        public double MinorLoss { get; set; }
        /// <summary>
        /// 运行通过损失系数
        /// 主管通过损失系数
        /// </summary>
        public double? RunThroughMinorLoss { get; set; }
@@ -42,7 +85,7 @@
        /// <summary>
        /// 识别关键字
        /// </summary>
        public List<string> KeyWord { get; set; }
        public List<string> KeyWords { get; set; }
        /// <summary>
        /// 参数