From 5e776f1884d4d865c8d3d037a1fb10fb083f37ed Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期五, 03 一月 2025 11:13:02 +0800
Subject: [PATCH] PhartRelation 新增远程方式

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/02-main/PackageViewModel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/02-main/PackageViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/02-main/PackageViewModel.cs
index b9c9fe2..f92fe8e 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/02-main/PackageViewModel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/02-main/PackageViewModel.cs
@@ -16,7 +16,7 @@
             this.NO = rhs.NO;
             this.CatalogID = rhs.CatalogID;
             this.SeriesID = rhs.SeriesID;
-            this.EquipmentCount = rhs.PumpCount;
+            this.EquipmentCount = rhs.PumpTotal;
             this.UseCount = rhs.PumpUseCount;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
@@ -29,7 +29,7 @@
             this.NO = rhs.NO;
             this.CatalogID = rhs.CatalogID;
             this.SeriesID = rhs.SeriesID;
-            this.EquipmentCount = rhs.PumpCount;
+            this.EquipmentCount = rhs.PumpTotal;
             this.UseCount = rhs.PumpUseCount;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;

--
Gitblit v1.9.3