duheng
2025-01-13 1b7957fac12e80698971513b30e65772c4c5c038
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/04-pipe/AssetsPipeSingleMatchingViewModel.cs
@@ -1,6 +1,4 @@
using DevExpress.Mvvm.POCO;
namespace HStation.WinFrmUI
namespace HStation.WinFrmUI
{
    /// <summary>
    ///
@@ -23,7 +21,6 @@
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.Hazen = rhs.Hazen;
            this.Coefficient = rhs.MinorLoss;
            this.KeyWords = HStation.Service.Assets.KeyWordHelper.ToString(rhs.KeyWords);
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.TagName = rhs.TagName;
@@ -55,12 +52,6 @@
        /// </summary>
        [DisplayName("口径(mm)")]
        public double? Caliber { get; set; }
        /// <summary>
        /// 粗糙系数
        /// </summary>
        [DisplayName("粗糙系数")]
        public double Coefficient { get; set; }
        /// <summary>
        ///威廉姆斯粗糙系数