qin
2025-03-17 a4657284bf071582077d84caf9e61b59d80c9796
WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/02-main/AssetsTranslationMainMgrViewModel.cs
@@ -22,11 +22,9 @@
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.MinorLoss = rhs.MinorLoss;
            this.Diameter = rhs.Diameter;
            this.StartDiameter = rhs.StartDiameter;
            this.EndDiameter = rhs.EndDiameter;
            this.Roughness = rhs.Roughness;
            this.eAlgorithmType = rhs.eAlgorithmType;
            this.TranslationType = rhs.TranslationType;
            this.KeyWords = KeyWordHelper.ToString(rhs.KeyWords);
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.TagName = rhs.TagName;
@@ -45,11 +43,9 @@
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.MinorLoss = rhs.MinorLoss;
            this.Diameter = rhs.Diameter;
            this.StartDiameter = rhs.StartDiameter;
            this.EndDiameter = rhs.EndDiameter;
            this.Roughness = rhs.Roughness;
            this.eAlgorithmType = rhs.eAlgorithmType;
            this.TranslationType = rhs.TranslationType;
            this.KeyWords = KeyWordHelper.ToString(rhs.KeyWords);
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.TagName = rhs.TagName;
@@ -71,9 +67,9 @@
        public long SeriesID { get; set; }
        /// <summary>
        /// 名称
        /// 型号
        /// </summary>
        [Display(Name = "名称")]
        [Display(Name = "型号")]
        public string Name { get; set; }
        /// <summary>
@@ -89,13 +85,6 @@
        public double MinorLoss { get; set; }
        /// <summary>
        /// 直径
        /// </summary>
        [Display(Name = "直径")]
        public double Diameter { get; set; }
        /// <summary>
        /// 上游直径
        /// </summary>
@@ -109,16 +98,10 @@
        public double EndDiameter { get; set; }
        /// <summary>
        /// 粗糙系数
        /// 类型
        /// </summary>
        [Display(Name = "粗糙系数")]
        public double Roughness { get; set; }
        /// <summary>
        /// 算法类型
        /// </summary>
        [Display(Name = "算法类型")]
        public HStation.Assets.eAlgorithmType eAlgorithmType { get; set; }
        [Display(Name = " 类型")]
        public HStation.Assets.eTranslationType? TranslationType { get; set; }
        /// <summary>
        /// 关键字