From 5f41b0bc190c8f7ba9b4f6d015b48b2a6039b7f8 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期四, 19 十二月 2024 16:43:39 +0800
Subject: [PATCH] 入参

---
 Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs |   66 +++++++++++++++++++++++++++-----
 1 files changed, 55 insertions(+), 11 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 ddb3910..833a6da 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
@@ -55,7 +55,9 @@
                    //闃�闂�
                    typeof(Entity.AssetsValveMain),
                    typeof(Entity.AssetsValveSeries),
-                   typeof(Entity.AssetsValveCoefficient),
+                   typeof(Entity.AssetsValveFactor),
+                   typeof(Entity.AssetsValvePartMain),
+                   typeof(Entity.AssetsValveMainAndPartMapping),
 
                    //寮ご
                    typeof(Entity.AssetsElbowMain),
@@ -89,14 +91,6 @@
                    //鑷畾涔�
                     typeof(Entity.AssetsUserDefined),
 
-                   //绌哄帇鏈�
-                   typeof(Entity.AssetsExchangerMain),
-                   typeof(Entity.AssetsExchangerMainAndPartMapping),
-                   typeof(Entity.AssetsExchangerPartMain),
-                   typeof(Entity.AssetsExchangerPropContent),
-                   typeof(Entity.AssetsExchangerSeries),
-                   typeof(Entity.AssetsExchangerCoefficient),
-
                    //鎹㈢儹鍣�
                    typeof(Entity.AssetsCompressorPartMain),
                    typeof(Entity.AssetsCompressorMain),
@@ -109,8 +103,58 @@
                    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