lixiaojun
9 天以前 3c8e996db701f2744af261e876455754ad182b62
Vmo/HStation.Vmo.Assets.Core/20-Translation/AssetsTranslationMainVmo.cs
@@ -1,6 +1,4 @@
using HStation.Dto.Assets;
namespace HStation.Vmo
namespace HStation.Vmo
{
    /// <summary>
    /// 过渡件
@@ -23,6 +21,9 @@
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.StartDiameter = rhs.StartDiameter;
            this.EndDiameter = rhs.EndDiameter;
            this.TranslationType = rhs.TranslationType;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -40,7 +41,11 @@
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.StartDiameter = rhs.StartDiameter;
            this.EndDiameter = rhs.EndDiameter;
            this.TranslationType = rhs.TranslationType;
            this.MinorLoss = rhs.MinorLoss;
            this.Roughness = rhs.Roughness;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -65,11 +70,6 @@
        public long SeriesID { get; set; }
        /// <summary>
        /// 直径
        /// </summary>
        public double Diameter { get; set; }
        /// <summary>
        /// 上游直径
        /// </summary>
        public double StartDiameter { get; set; }
@@ -80,14 +80,9 @@
        public double EndDiameter { get; set; }
        /// <summary>
        /// 粗糙系数
        /// 过渡件类型
        /// </summary>
        public double Roughness { get; set; }
        /// <summary>
        /// 算法类型
        /// </summary>
        public HStation.Assets.eAlgorithmType eAlgorithmType { get; set; }
        public HStation.Assets.eTranslationType? TranslationType { get; set; }
        /// <summary>
        /// 材料
@@ -100,6 +95,11 @@
        public double MinorLoss { get; set; }
        /// <summary>
        /// 粗糙系数
        /// </summary>
        public double Roughness { get; set; }
        /// <summary>
        /// 识别关键字
        /// </summary>
        public List<string> KeyWords { get; set; }