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

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

diff --git a/Service/HStation.Service.Assets.Core/02-model/06-PumpMainManage/PumpPartMain.cs b/Service/HStation.Service.Assets.Core/02-model/06-PumpMainManage/PumpPartMain.cs
index 0690403..a6c1daf 100644
--- a/Service/HStation.Service.Assets.Core/02-model/06-PumpMainManage/PumpPartMain.cs
+++ b/Service/HStation.Service.Assets.Core/02-model/06-PumpMainManage/PumpPartMain.cs
@@ -5,16 +5,16 @@
     /// <summary>
     /// 娉典骇鍝�
     /// </summary>
-    [SysType("pump_part_main")]
-    public class PumpPartMain : BaseModel, System.ICloneable
+    [SysType("assets_pump_part_main")]
+    public class AssetsPumpPartMain : BaseModel, System.ICloneable
     {
         /// <summary>
         ///
         /// </summary>
-        public PumpPartMain()
+        public AssetsPumpPartMain()
         { }
 
-        public PumpPartMain(PumpPartMain rhs)
+        public AssetsPumpPartMain(AssetsPumpPartMain rhs)
         {
             this.Name = rhs.Name;
             this.NO = rhs.NO;
@@ -25,7 +25,7 @@
             this.SortCode = rhs.SortCode;
         }
 
-        public void Reset(PumpPartMain rhs)
+        public void Reset(AssetsPumpPartMain rhs)
         {
             this.Name = rhs.Name;
             this.NO = rhs.NO;
@@ -69,9 +69,9 @@
         /// <summary>
         ///
         /// </summary>
-        public PumpMain Clone()
+        public AssetsPumpMain Clone()
         {
-            return (PumpMain)this.MemberwiseClone();
+            return (AssetsPumpMain)this.MemberwiseClone();
         }
 
         object ICloneable.Clone()

--
Gitblit v1.9.3