From 5c14c9686d2bd7c99fdd6cc6fc19404e6e4b8e4d Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 29 十一月 2024 15:02:20 +0800 Subject: [PATCH] 增加用水当量和用水器具界面 --- Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AssetsCompressorMainDto.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AssetsCompressorMainDto.cs b/Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AssetsCompressorMainDto.cs index 42944f6..175a9b1 100644 --- a/Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AssetsCompressorMainDto.cs +++ b/Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AssetsCompressorMainDto.cs @@ -12,7 +12,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; @@ -49,7 +49,7 @@ /// <summary> /// 璁惧鏁伴噺 /// </summary> - public int PumpCount { get; set; } + public int PumpTotal { get; set; } /// <summary> /// 浣跨敤鏁伴噺 -- Gitblit v1.9.3