From a5c91970e4424faa5848d814d671a7534b900d69 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 13 八月 2024 09:59:13 +0800 Subject: [PATCH] 新增Revit 水表与换热器 --- Service/HStation.Service.Assets.Core/01-entity/PumpGroupAndMainMap.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/PumpGroupAndMainMap.cs b/Service/HStation.Service.Assets.Core/01-entity/PumpGroupAndMainMap.cs index d959a10..c03b1e8 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/PumpGroupAndMainMap.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/PumpGroupAndMainMap.cs @@ -1,13 +1,13 @@ -锘縰sing SqlSugar; -using Yw.Entity; +锘縰sing Yw.Entity; namespace HStation.Entity + { /// <summary> /// 涓氬姟绔� /// </summary> - [SysType("xhs-pumpmap")] - [SugarTable("xhs-pumpmap")] + [SysType("xhs_pumpmap")] + [SugarTable("xhs_pumpmap")] public class PumpGroupAndMainMap : BaseEntity, IParas, IFlags, ITagName, System.ICloneable { /// <summary> -- Gitblit v1.9.3