lixiaojun
2024-12-23 ad4360df5a1245151efc826bee69b63946426891
Component/Yw.DiagramFile.SDK.Core/pump/curve/PumpCurveEqualEffViewModel.cs
ÎļþÃû´Ó Component/HStation.Report.SDK.Core/chart/curve/PumpCurveEqualEffViewModel.cs ÐÞ¸Ä
@@ -1,22 +1,22 @@
using System.Drawing;
namespace HStation.Report
namespace Yw.DiagramFile
{
    /// <summary>
    ///
    ///
    /// </summary>
    public class PumpCurveEqualEffViewModel
    {
    {
        /// <summary>
        /// æ ‡é¢˜
        /// </summary>
        public string Name { get; set; }
        /// <summary>
        /// é¢œè‰²
        /// </summary>
        public Color? Color { get; set; }
        /// <summary>
        /// ç­‰æ•ˆçº¿
        /// </summary>
@@ -30,7 +30,6 @@
        /// <summary>
        /// æ˜¯å¦å°é—­
        /// </summary>
        public bool IsClosed { get; set; }
        public bool IsClosed { get; set; }
    }
}
}