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 |   55 ++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 32 insertions(+), 23 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 88cdfa0..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),
@@ -123,32 +119,45 @@
                    typeof(Entity.AssetsTankMain),
                    typeof(Entity.AssetsTankSeries),
                    typeof(Entity.AssetsTankCoefficient),
-
-                   //姘磋〃
-                   typeof(Entity.AssetsMeterMain),
-                   typeof(Entity.AssetsMeterSeries),
-                   typeof(Entity.AssetsMeterCoefficient),
-
-                   //娴侀噺璁�
-                   typeof(Entity.AssetsFlowmeterMain),
-                   typeof(Entity.AssetsFlowmeterSeries),
-                   typeof(Entity.AssetsFlowmeterCoefficient),
+                   typeof(Entity.AssetsTankPartMain),
+                   typeof(Entity.AssetsTankMainAndPartMapping),
 
                    //娑堢伀鏍�
                    typeof(Entity.AssetsHydrantMain),
                    typeof(Entity.AssetsHydrantSeries),
                    typeof(Entity.AssetsHydrantCoefficient),
 
-                  //鍘嬪姏琛�
-                   typeof(Entity.AssetsPressmeterMain),
-                   typeof(Entity.AssetsPressmeterSeries),
-                   typeof(Entity.AssetsPressmeterCoefficient),
-
                    //杩囨浮浠�
                    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