From a434b83043a5646d5dd99c3e934cc8a30ac6165f Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期二, 29 十月 2024 13:29:35 +0800
Subject: [PATCH] 曲线修改

---
 Service/HStation.Service.Assets.Core/02-model/06-PumpMainManage/PumpMainAndPartMap.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/02-model/06-PumpMainManage/PumpMainAndPartMap.cs b/Service/HStation.Service.Assets.Core/02-model/06-PumpMainManage/PumpMainAndPartMap.cs
index 8e5b6b1..9817b72 100644
--- a/Service/HStation.Service.Assets.Core/02-model/06-PumpMainManage/PumpMainAndPartMap.cs
+++ b/Service/HStation.Service.Assets.Core/02-model/06-PumpMainManage/PumpMainAndPartMap.cs
@@ -5,13 +5,13 @@
     /// <summary>
     /// 娉典骇鍝佹槧灏�
     /// </summary>
-    [SysType("pump_main_partmapping")]
-    public class PumpMainAndPartMap : BaseModel, System.ICloneable
+    [SysType("assets_pump_main_partmapping")]
+    public class AssetsPumpMainAndPartMap : BaseModel, System.ICloneable
     {
-        public PumpMainAndPartMap()
+        public AssetsPumpMainAndPartMap()
         { }
 
-        public PumpMainAndPartMap(PumpMainAndPartMap rhs)
+        public AssetsPumpMainAndPartMap(AssetsPumpMainAndPartMap rhs)
         {
             this.PumpPartID = rhs.PumpPartID;
             this.PumpID = rhs.PumpID;
@@ -19,7 +19,7 @@
             this.SeriesID = rhs.SeriesID;
         }
 
-        public void Reset(PumpMainAndPartMap rhs)
+        public void Reset(AssetsPumpMainAndPartMap rhs)
         {
             this.PumpPartID = rhs.PumpPartID;
             this.PumpID = rhs.PumpID;
@@ -42,9 +42,9 @@
         /// </summary>
         public long PumpPartID { get; set; }
 
-        public PumpMain Clone()
+        public AssetsPumpMain Clone()
         {
-            return (PumpMain)this.MemberwiseClone();
+            return (AssetsPumpMain)this.MemberwiseClone();
         }
 
         object ICloneable.Clone()

--
Gitblit v1.9.3