From a9cbce35e0e6ea595d047d53d0acd2b15f2c548c Mon Sep 17 00:00:00 2001
From: cloudflight <cloudflight@126.com>
Date: 星期六, 23 十一月 2024 14:14:44 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AddAssetsCompressorMainInput.cs |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AddAssetsCompressorMainInput.cs b/Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AddAssetsCompressorMainInput.cs
index 35ba8bf..a281b91 100644
--- a/Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AddAssetsCompressorMainInput.cs
+++ b/Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AddAssetsCompressorMainInput.cs
@@ -11,9 +11,8 @@
             this.Name = rhs.Name;
             this.SeriesID = rhs.SeriesID;
             this.CatalogID = rhs.CatalogID;
-            this.EquipmentCount = rhs.EquipmentCount;
-            this.UseCount = rhs.UseCount;
-            this.ModelType = rhs.ModelType;
+            this.PumpCount = rhs.PumpCount;
+            this.PumpUseCount = rhs.PumpUseCount;
             this.SortCode = rhs.SortCode;
             this.Description = rhs.Description;
         }
@@ -35,11 +34,6 @@
         public string Name { get; set; }
 
         /// <summary>
-        /// 璁惧鍨嬪彿
-        /// </summary>
-        public string ModelType { get; set; }
-
-        /// <summary>
         /// 绫诲埆
         /// </summary>
         public long CatalogID { get; set; }
@@ -47,12 +41,12 @@
         /// <summary>
         /// 璁惧鏁伴噺
         /// </summary>
-        public int EquipmentCount { get; set; }
+        public int PumpCount { get; set; }
 
         /// <summary>
         /// 浣跨敤鏁伴噺
         /// </summary>
-        public int UseCount { get; set; }
+        public int PumpUseCount { get; set; }
 
         /// <summary>
         /// 鎺掑簭鐮�

--
Gitblit v1.9.3