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

---
 Dto/HStation.Dto.Assets.Core/00-PumpProduct/01-PumpMainManage/07-PumpMainAndPartMap/PumpMainAndPartMapDto.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dto/HStation.Dto.Assets.Core/00-PumpProduct/01-PumpMainManage/07-PumpMainAndPartMap/PumpMainAndPartMapDto.cs b/Dto/HStation.Dto.Assets.Core/00-PumpProduct/01-PumpMainManage/07-PumpMainAndPartMap/PumpMainAndPartMapDto.cs
index 3b37c85..e89d91c 100644
--- a/Dto/HStation.Dto.Assets.Core/00-PumpProduct/01-PumpMainManage/07-PumpMainAndPartMap/PumpMainAndPartMapDto.cs
+++ b/Dto/HStation.Dto.Assets.Core/00-PumpProduct/01-PumpMainManage/07-PumpMainAndPartMap/PumpMainAndPartMapDto.cs
@@ -1,12 +1,12 @@
 锘縩amespace HStation.Dto.Assets
 {
-    public class PumpMainAndPartMapDto
+    public class AssetsPumpMainAndPartMapDto
     {
-        public PumpMainAndPartMapDto()
+        public AssetsPumpMainAndPartMapDto()
         {
         }
 
-        public PumpMainAndPartMapDto(Model.PumpMainAndPartMap rhs)
+        public AssetsPumpMainAndPartMapDto(Model.AssetsPumpMainAndPartMap rhs)
         {
             this.PumpPartID = rhs.PumpPartID;
             this.PumpID = rhs.PumpID;

--
Gitblit v1.9.3