duheng
2024-10-24 2af3ae119846a6b12cabdc28fb67329e122e39b5
WinFrmUI/Yw.WinFrmUI.Hydro.Core/03-property/03-link/00-core/HydroLinkPropertyViewModel.cs
@@ -66,7 +66,7 @@
        [DisplayUnit("m³/h")]
        [IsHydroCalcuPro(true)]
        [ShowEditor(false)]
        public double? CalcuFlow { get; set; }
        public virtual double? CalcuFlow { get; set; }
        /// <summary>
        /// 流速
@@ -78,7 +78,7 @@
        [DisplayUnit("m/s")]
        [IsHydroCalcuPro(true)]
        [ShowEditor(false)]
        public double? CalcuVelocity { get; set; }
        public virtual double? CalcuVelocity { get; set; }
        /// <summary>
        /// 水头损失
@@ -90,7 +90,7 @@
        [DisplayUnit("m")]
        [IsHydroCalcuPro(true)]
        [ShowEditor(false)]
        public double? CalcuHeadLoss { get; set; }
        public virtual double? CalcuHeadLoss { get; set; }
        /// <summary>
        /// 更新属性