From 3c8e996db701f2744af261e876455754ad182b62 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 09 五月 2025 16:19:36 +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..f12fdc6 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.PumpTotal = rhs.PumpTotal; + 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 PumpTotal { get; set; } /// <summary> /// 浣跨敤鏁伴噺 /// </summary> - public int UseCount { get; set; } + public int PumpUseCount { get; set; } /// <summary> /// 鎺掑簭鐮� -- Gitblit v1.9.3