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/04-PumpMaping/PumpGroupAndMainMapDto.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/04-PumpMaping/PumpGroupAndMainMapDto.cs b/Dto/HStation.Dto.Assets.Core/00-Pump/04-PumpMaping/PumpGroupAndMainMapDto.cs
similarity index 84%
rename from Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/04-PumpMaping/PumpGroupAndMainMapDto.cs
rename to Dto/HStation.Dto.Assets.Core/00-Pump/04-PumpMaping/PumpGroupAndMainMapDto.cs
index 1e42809..9a4adc0 100644
--- a/Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/04-PumpMaping/PumpGroupAndMainMapDto.cs
+++ b/Dto/HStation.Dto.Assets.Core/00-Pump/04-PumpMaping/PumpGroupAndMainMapDto.cs
@@ -6,11 +6,11 @@
         {
         }
 
-        public AssetsPumpGroupAndMainMapDto(Model.AssetsPumpGroupAndMainMap rhs)
+        public AssetsPumpGroupAndMainMapDto(Model.AssetsPumpGroupAndMainMapping rhs)
         {
             this.ID = rhs.ID;
-            this.PumpGroupID = rhs.PumpGroupID;
-            this.PumpMainID = rhs.PumpMainID;
+            this.GroupID = rhs.GroupID;
+            this.MainID = rhs.MainID;
             this.Flags = rhs.Flags;
             this.Paras = rhs.Paras;
             this.TagName = rhs.TagName;
@@ -25,12 +25,12 @@
         /// <summary>
         /// 娉电粍ID
         /// </summary>
-        public long PumpGroupID { get; set; }
+        public long GroupID { get; set; }
 
         /// <summary>
         /// 娉靛瀷鍙稩D
         /// </summary>
-        public long PumpMainID { get; set; }
+        public long MainID { get; set; }
 
         /// <summary>
         /// 鍙傛暟

--
Gitblit v1.9.3