Shuxia Ning
2024-11-04 19c435880e9b567dfa2fe4dae3f2f180a03aa753
WinFrmUI/Yw.WinFrmUI.Phart.Core/01-perform/01-pump-chart/01-chart/03-serial-parallel/PumpSerialParallelViewModel.cs
@@ -5,6 +5,7 @@
        public PumpSerialParallelViewModel() { }
        public PumpSerialParallelViewModel(PumpSerialParallelViewModel rhs)
        {
            this.ID = rhs.ID;
            this.Id = rhs.Id;
            this.Name = rhs.Name;
            this.IsBp = rhs.IsBp;
@@ -19,6 +20,11 @@
        /// <summary>
        /// 标识
        /// </summary>
        public long ID { get; set; }
        /// <summary>
        /// 标识
        /// </summary>
        public string Id { get; set; }
        /// <summary>
@@ -26,6 +32,10 @@
        /// </summary>
        public string Name { get; set; }
        /// <summary>
        /// 编码
        /// </summary>
        public string Code { get; set; }
        /// <summary>
        /// 是否变频
@@ -60,7 +70,7 @@
        /// <summary>
        /// 流量功率线
        /// </summary>
        public Yw.Geometry.CubicSpline2d Qp { get; set; }
        public Yw.Geometry.CubicSpline2d Qp { get; set; }
    }