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/01-entity/13-Package/AssetsPackageMain.cs |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/01-entity/13-Package/AssetsPackageMain.cs b/Service/HStation.Service.Assets.Core/01-entity/13-Package/AssetsPackageMain.cs
index cac1cf6..845629f 100644
--- a/Service/HStation.Service.Assets.Core/01-entity/13-Package/AssetsPackageMain.cs
+++ b/Service/HStation.Service.Assets.Core/01-entity/13-Package/AssetsPackageMain.cs
@@ -24,9 +24,8 @@
             this.Name = rhs.Name;//
             this.SeriesID = rhs.SeriesID;
             this.CatalogID = rhs.CatalogID;
-            this.EquipmentCount = rhs.EquipmentCount;//pumpTotalnumber
-            this.UseCount = rhs.UseCount;//pumpusenumber
-            this.ModelType = rhs.ModelType;
+            this.PumpTotal = rhs.PumpTotal;
+            this.PumpUseCount = rhs.PumpUseCount;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
         }
@@ -53,19 +52,14 @@
         public long CatalogID { get; set; }
 
         /// <summary>
-        /// 璁惧鍨嬪彿
-        /// </summary>
-        public string ModelType { get; set; }
-
-        /// <summary>
         /// 璁惧鏁伴噺
         /// </summary>
-        public int EquipmentCount { get; set; }
+        public int PumpTotal { get; set; }
 
         /// <summary>
         /// 浣跨敤鏁伴噺
         /// </summary>
-        public int UseCount { get; set; }
+        public int PumpUseCount { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3