From f2cc8078a00824a319dab44841f7cb64fdee76b0 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 11 十二月 2024 09:41:32 +0800 Subject: [PATCH] 引用修改 --- WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/00-/PumpChartEquipViewModel.cs | 28 +++++++++++++++++++--------- 1 files changed, 19 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/00-/PumpChartEquipViewModel.cs b/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/00-/PumpChartEquipViewModel.cs index f116a0f..02f1a3c 100644 --- a/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/00-/PumpChartEquipViewModel.cs +++ b/WinFrmUI/Yw.WinFrmUI.Phart.Core/01-pump/00-/PumpChartEquipViewModel.cs @@ -11,8 +11,10 @@ this.Id = rhs.Id; this.CurveName = rhs.CurveName; this.Color = rhs.Color; - this.CurveEquip = rhs.CurveEquip; - this.PointEquip = rhs.PointEquip; + this.StartH= rhs.StartH; + this.PipeQ= rhs.PipeQ; + this.PipeH= rhs.PipeH; + this.CurveEquip = rhs.CurveEquip; } @@ -30,18 +32,26 @@ /// 棰滆壊 /// </summary> public Color? Color { get; set; } + + /// <summary> + /// 璧峰鎵▼ + /// </summary> + public double StartH { get; set; } + + /// <summary> + /// 鎬荤娴侀噺 + /// </summary> + public double PipeQ { get; set; } + + /// <summary> + /// 鎬荤鎵▼ + /// </summary> + public double PipeH { get; set; } /// <summary> /// 瑁呯疆绾� /// </summary> public List<Yw.Geometry.Point2d> CurveEquip { get; set; } - - /// <summary> - /// 瑁呯疆鐐� - /// </summary> - public Yw.Geometry.Point2d PointEquip { get; set; } - - public bool IsValid() { -- Gitblit v1.9.3