From ee823b8b34abf4faed1b4427940453d8266e9765 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期六, 14 九月 2024 14:50:07 +0800 Subject: [PATCH] 增加首页地图信息点击事件 --- Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs b/Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs index b6dc9a4..c07e1c4 100644 --- a/Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs +++ b/Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs @@ -48,6 +48,14 @@ typeof(Entity.PumpPartMain), typeof(Entity.PumpPropContent), typeof(Entity.PumpSeries), + typeof(Entity.PumpType), + typeof(Entity.ValveMain), + typeof(Entity.ValveSeries), + typeof(Entity.ValveGroupAndMainMap), + typeof(Entity.ValveGroup), + typeof(Entity.AdaptingManage), + typeof(Entity.PipeLineRoughnessCoefficient), + typeof(Entity.PumpTypeSeriesMap), typeof(Yw.Entity.SysModule), typeof(Yw.Entity.SysType), typeof(Yw.Entity.SysCatalog), @@ -57,7 +65,7 @@ typeof(Yw.Entity.SysPropChoice), typeof(Yw.Entity.SysPropValue), typeof(Yw.Entity.SysPropValuePure), - }; + }; using (var db = new SqlSugarClient(connectConfig)) { -- Gitblit v1.9.3