From e37b6f2ca026097b83da3ec989cb0d454cceddad Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 19 十二月 2024 14:13:22 +0800
Subject: [PATCH] 压力表整改

---
 Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs |   62 ++++++++++++++++++++++++++----
 1 files changed, 53 insertions(+), 9 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 24c47eb..9bf9d8e 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
@@ -56,6 +56,8 @@
                    typeof(Entity.AssetsValveMain),
                    typeof(Entity.AssetsValveSeries),
                    typeof(Entity.AssetsValveCoefficient),
+                   typeof(Entity.AssetsValvePartMain),
+                   typeof(Entity.AssetsValveMainAndPartMapping),
 
                    //寮ご
                    typeof(Entity.AssetsElbowMain),
@@ -89,13 +91,7 @@
                    //鑷畾涔�
                     typeof(Entity.AssetsUserDefined),
 
-                   //绌哄帇鏈�
-                   typeof(Entity.AssetsExchangerMain),
-                   typeof(Entity.AssetsExchangerMainAndPartMapping),
-                   typeof(Entity.AssetsExchangerPartMain),
-                   typeof(Entity.AssetsExchangerPropContent),
-                   typeof(Entity.AssetsExchangerSeries),
-                   typeof(Entity.AssetsExchangerCoefficient),
+ 
 
                    //鎹㈢儹鍣�
                    typeof(Entity.AssetsCompressorPartMain),
@@ -109,11 +105,59 @@
                    typeof(Entity.AssetsPackageMain),
                    typeof(Entity.AssetsPackagePumpMapping),
                    typeof(Entity.AssetsPackageSeries),
-                   typeof(Entity.AssetsPackageSeriesManufacturerMapping),
+                   typeof(Entity.AssetsPackageMfrMapping),
                    typeof(Entity.AssetsPackagePartMain),
                    typeof(Entity.AssetsPackageMainAndPartMapping),
                    typeof(Entity.AssetsPackagePropContent),
-                       };
+
+                   //闂峰ご
+                   typeof(Entity.AssetsBluntheadMain),
+                   typeof(Entity.AssetsBluntheadSeries),
+                   typeof(Entity.AssetsBluntheadCoefficient),
+
+                   //姘存睜
+                   typeof(Entity.AssetsTankMain),
+                   typeof(Entity.AssetsTankSeries),
+                   typeof(Entity.AssetsTankCoefficient),
+                   typeof(Entity.AssetsTankPartMain),
+                   typeof(Entity.AssetsTankMainAndPartMapping),
+
+                   //娑堢伀鏍�
+                   typeof(Entity.AssetsHydrantMain),
+                   typeof(Entity.AssetsHydrantSeries),
+                   typeof(Entity.AssetsHydrantCoefficient),
+
+                   //杩囨浮浠�
+                   typeof(Entity.AssetsTranslationMain),
+                   typeof(Entity.AssetsTranslationSeries),
+                   typeof(Entity.AssetsTranslationCoefficient),
+
+                   //姘磋〃
+                   typeof(Entity.AssetsMeterSeries),
+                   typeof(Entity.AssetsMeterMain),
+                   typeof(Entity.AssetsMeterFactor),
+
+                   //娴侀噺璁�
+                   typeof(Entity.AssetsFlowmeterSeries),
+                   typeof(Entity.AssetsFlowmeterMain),
+                   typeof(Entity.AssetsFlowmeterFactor),
+
+                   //鍘嬪姏琛�
+                   typeof(Entity.AssetsPressmeterSeries),
+                   typeof(Entity.AssetsPressmeterMain),
+                   typeof(Entity.AssetsPressmeterFactor),
+
+                   //鎹㈢儹鍣�
+                   typeof(Entity.AssetsExchangerSeries),
+                   typeof(Entity.AssetsExchangerMain),
+                   typeof(Entity.AssetsExchangerFactor),
+
+                   //鍐峰嵈濉�
+                   typeof(Entity.AssetsCoolingSeries),
+                   typeof(Entity.AssetsCoolingMain),
+                   typeof(Entity.AssetsCoolingFactor),
+
+                 };
 
                 using (var db = new SqlSugarClient(connectConfig))
                 {

--
Gitblit v1.9.3