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/PumpGroup.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpGroup.cs b/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpGroup.cs index 39daf82..7d8c54e 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpGroup.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpGroup.cs @@ -5,8 +5,8 @@ /// <summary> /// 涓氬姟绔� /// </summary> - [SysType("xhs_pump_group")] - [SugarTable("xhs_pump_group")] + [SysType("pump_group")] + [SugarTable("pump_group")] public class PumpGroup : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable { /// <summary> -- Gitblit v1.9.3