From a302d7d16e6bed80511cb49813d16829eb933560 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 18 十一月 2024 09:34:12 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/AssetsExchangerMain.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/ExchangerMain.cs b/Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/AssetsExchangerMain.cs
similarity index 93%
rename from Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/ExchangerMain.cs
rename to Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/AssetsExchangerMain.cs
index 98aedbd..fae8504 100644
--- a/Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/ExchangerMain.cs
+++ b/Service/HStation.Service.Assets.Core/01-entity/11-Exchanger/AssetsExchangerMain.cs
@@ -65,9 +65,9 @@
         /// <summary>
         ///
         /// </summary>
-        public AssetsPumpGroupAndMainMap Clone()
+        public AssetsPumpGroupAndMainMapping Clone()
         {
-            return (AssetsPumpGroupAndMainMap)this.MemberwiseClone();
+            return (AssetsPumpGroupAndMainMapping)this.MemberwiseClone();
         }
 
         object ICloneable.Clone()

--
Gitblit v1.9.3