lixiaojun
2024-12-10 caf081a70d327cfb455b2ddcd5edc2e0acb2d3bf
WinFrmUI/Yw.WinFrmUI.Hydro.Core/18-loss/00-core/HydroLossCurvePointVieModel.cs
@@ -18,8 +18,8 @@
        {
            this.Code = code;
            this.Name = name;
            this.X = x;
            this.Y = y;
            this.X = Math.Round(x, 2);
            this.Y = Math.Round(y, 2);
        }
        /// <summary>