From 8b3c150ccc930e334f787f85db75784a54f08b0f Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期二, 15 十月 2024 14:32:25 +0800
Subject: [PATCH] 性能曲线

---
 Service/HStation.Service.Assets.Core/01-entity/03-FourLinkManage/FourLinkMain.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/01-entity/03-FourLinkManage/FourLinkMain.cs b/Service/HStation.Service.Assets.Core/01-entity/03-FourLinkManage/FourLinkMain.cs
index f9efbee..00e2c55 100644
--- a/Service/HStation.Service.Assets.Core/01-entity/03-FourLinkManage/FourLinkMain.cs
+++ b/Service/HStation.Service.Assets.Core/01-entity/03-FourLinkManage/FourLinkMain.cs
@@ -6,14 +6,14 @@
     /// <summary>
     /// 涓氬姟绔�
     /// </summary>
-    [SysType("fourlink_main")]
-    [SugarTable("fourlink_main")]
-    public class FourLinkMain : BaseEntity, ISorter, System.ICloneable
+    [SysType("assets_fourlink_main")]
+    [SugarTable("assets_fourlink_main")]
+    public class AssetsFourlinkMain : BaseEntity, ISorter, System.ICloneable
     {
         /// <summary>
         ///
         /// </summary>
-        public FourLinkMain()
+        public AssetsFourlinkMain()
         { }
 
         /// <summary>
@@ -64,9 +64,9 @@
         /// <summary>
         ///
         /// </summary>
-        public PumpGroupAndMainMap Clone()
+        public AssetsPumpGroupAndMainMap Clone()
         {
-            return (PumpGroupAndMainMap)this.MemberwiseClone();
+            return (AssetsPumpGroupAndMainMap)this.MemberwiseClone();
         }
 
         object ICloneable.Clone()

--
Gitblit v1.9.3