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 |   17 +++++------------
 1 files changed, 5 insertions(+), 12 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 f214d71..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
@@ -1,5 +1,4 @@
-锘縰sing System.ComponentModel.DataAnnotations;
-using Yw.Entity;
+锘縰sing Yw.Entity;
 
 namespace HStation.Entity
 {
@@ -25,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;
         }
@@ -54,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