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 |   15 ++++++---------
 1 files changed, 6 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 4606be0..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,7 @@
                    //闃�闂�
                    typeof(Entity.AssetsValveMain),
                    typeof(Entity.AssetsValveSeries),
-                   typeof(Entity.AssetsValveCoefficient),
+                   typeof(Entity.AssetsValveFactor),
                    typeof(Entity.AssetsValvePartMain),
                    typeof(Entity.AssetsValveMainAndPartMapping),
 
@@ -91,8 +91,6 @@
                    //鑷畾涔�
                     typeof(Entity.AssetsUserDefined),
 
- 
-
                    //鎹㈢儹鍣�
                    typeof(Entity.AssetsCompressorPartMain),
                    typeof(Entity.AssetsCompressorMain),
@@ -127,11 +125,6 @@
                    typeof(Entity.AssetsHydrantSeries),
                    typeof(Entity.AssetsHydrantCoefficient),
 
-                  //鍘嬪姏琛�
-                   typeof(Entity.AssetsPressmeterMain),
-                   typeof(Entity.AssetsPressmeterSeries),
-                   typeof(Entity.AssetsPressmeterCoefficient),
-
                    //杩囨浮浠�
                    typeof(Entity.AssetsTranslationMain),
                    typeof(Entity.AssetsTranslationSeries),
@@ -147,6 +140,11 @@
                    typeof(Entity.AssetsFlowmeterMain),
                    typeof(Entity.AssetsFlowmeterFactor),
 
+                   //鍘嬪姏琛�
+                   typeof(Entity.AssetsPressmeterSeries),
+                   typeof(Entity.AssetsPressmeterMain),
+                   typeof(Entity.AssetsPressmeterFactor),
+
                    //鎹㈢儹鍣�
                    typeof(Entity.AssetsExchangerSeries),
                    typeof(Entity.AssetsExchangerMain),
@@ -156,7 +154,6 @@
                    typeof(Entity.AssetsCoolingSeries),
                    typeof(Entity.AssetsCoolingMain),
                    typeof(Entity.AssetsCoolingFactor),
-
                  };
 
                 using (var db = new SqlSugarClient(connectConfig))

--
Gitblit v1.9.3