From a2a57963e160a319276c5c8499f16c9809056e4c Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期日, 17 十一月 2024 21:54:55 +0800 Subject: [PATCH] 修改资产表 --- Dto/HStation.Dto.Assets.Core/00-Pump/02-PumpGroup/PumpGroupDto.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/02-PumpGroup/PumpGroupDto.cs b/Dto/HStation.Dto.Assets.Core/00-Pump/02-PumpGroup/PumpGroupDto.cs similarity index 92% rename from Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/02-PumpGroup/PumpGroupDto.cs rename to Dto/HStation.Dto.Assets.Core/00-Pump/02-PumpGroup/PumpGroupDto.cs index 27b6230..096f8d1 100644 --- a/Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/02-PumpGroup/PumpGroupDto.cs +++ b/Dto/HStation.Dto.Assets.Core/00-Pump/02-PumpGroup/PumpGroupDto.cs @@ -11,7 +11,7 @@ this.ID = rhs.ID; this.Paras = rhs.Paras; this.Name = rhs.Name; - this.PumpSeriesID = rhs.PumpSeriesID; + this.SeriesID = rhs.SeriesID; this.TagName = rhs.TagName; this.SortCode = rhs.SortCode; this.Description = rhs.Description; @@ -25,7 +25,7 @@ /// <summary> /// 娉电郴鍒桰D /// </summary> - public long PumpSeriesID { get; set; } + public long SeriesID { get; set; } /// <summary> /// 鍚嶇О -- Gitblit v1.9.3