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 |   13 +++++++------
 1 files changed, 7 insertions(+), 6 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 de15fa1..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
@@ -49,12 +49,13 @@
                    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.PumpTypeSeriesMap),
+                   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),

--
Gitblit v1.9.3