From b94da76188b834922d2f13365b22208a4bc4049a Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期六, 12 十月 2024 11:33:40 +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/06-PumpMainManage/PumpPartMain.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPartMain.cs b/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPartMain.cs
index a8f3d64..36842db 100644
--- a/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPartMain.cs
+++ b/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPartMain.cs
@@ -5,8 +5,8 @@
     /// <summary>
     /// 娉典骇鍝�
     /// </summary>
-    [SysType("xhs_pump_partmain")]
-    [SugarTable("xhs_pump_partmain")]
+    [SysType("pump_part_main")]
+    [SugarTable("pump_part_main")]
     public class PumpPartMain : BaseEntity, ISorter, System.ICloneable
     {
         public PumpPartMain()

--
Gitblit v1.9.3