From 62f18f31a10fd5597b45151f688e5189eba888fd Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 06 八月 2024 09:57:50 +0800 Subject: [PATCH] 报错处理 --- Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs b/Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs index 02c26cf..24219b1 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/PumpMain.cs @@ -1,13 +1,12 @@ -锘縰sing SqlSugar; -using Yw.Entity; +锘縰sing Yw.Entity; namespace HStation.Entity { /// <summary> /// 涓氬姟绔� /// </summary> - [SysType("xhs-pumpmain")] - [SugarTable("xhs-pumpmain")] + [SysType("xhs_pumpmain")] + [SugarTable("xhs_pumpmain")] public class PumpMain : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable { /// <summary> -- Gitblit v1.9.3