From 5c14c9686d2bd7c99fdd6cc6fc19404e6e4b8e4d Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 29 十一月 2024 15:02:20 +0800
Subject: [PATCH] 增加用水当量和用水器具界面

---
 Service/HStation.Service.Assets.Core/02-model/13-Package/AssetsPackageMain.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/02-model/13-Package/AssetsPackageMain.cs b/Service/HStation.Service.Assets.Core/02-model/13-Package/AssetsPackageMain.cs
index 875c639..1c218d2 100644
--- a/Service/HStation.Service.Assets.Core/02-model/13-Package/AssetsPackageMain.cs
+++ b/Service/HStation.Service.Assets.Core/02-model/13-Package/AssetsPackageMain.cs
@@ -23,7 +23,7 @@
             this.Name = rhs.Name;
             this.SeriesID = rhs.SeriesID;
             this.CatalogID = rhs.CatalogID;
-            this.PumpCount = rhs.PumpCount;
+            this.PumpTotal = rhs.PumpTotal;
             this.PumpUseCount = rhs.PumpUseCount;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
@@ -35,7 +35,7 @@
             this.Name = rhs.Name;
             this.SeriesID = rhs.SeriesID;
             this.CatalogID = rhs.CatalogID;
-            this.PumpCount = rhs.PumpCount;
+            this.PumpTotal = rhs.PumpTotal;
             this.PumpUseCount = rhs.PumpUseCount;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
@@ -64,7 +64,7 @@
         /// <summary>
         /// 璁惧鏁伴噺
         /// </summary>
-        public int PumpCount { get; set; }
+        public int PumpTotal { get; set; }
 
         /// <summary>
         /// 浣跨敤鏁伴噺

--
Gitblit v1.9.3