From 208ca42e1c20afafbe48d66259d553ee81eb48ed Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 13 十一月 2024 11:02:43 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs |   31 +++++++++++++++++++------------
 1 files changed, 19 insertions(+), 12 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 ba49632..aa87b1c 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
@@ -51,32 +51,39 @@
                    typeof(Entity.AssetsPumpType),
                    typeof(Entity.AssetsValveMain),
                    typeof(Entity.AssetsValveSeries),
+                   typeof(Entity.AssetsValveCoefficient),
                    typeof(Entity.AssetsElbowMain),
                    typeof(Entity.AssetsElbowSeries),
+                   typeof(Entity.AssetsElbowCoefficient),
                    typeof(Entity.AssetsThreelinkMain),
                    typeof(Entity.AssetsThreelinkSeries),
+                   typeof(Entity.AssetsThreelinkCoefficient),
                    typeof(Entity.AssetsFourlinkMain),
                    typeof(Entity.AssetsFourlinkSeries),
+                   typeof(Entity.AssetsFourlinkCoefficient),
                    typeof(Entity.AssetsPipeMain),
                    typeof(Entity.AssetsPipeSeries),
                    typeof(Entity.AssetsSprinklerMain),
                    typeof(Entity.AssetsSprinklerSeries),
+                   typeof(Entity.AssetsSprinklerCoefficient),
                    typeof(Entity.AssetsManufacturer),
                    typeof(Entity.AssetsManufacturerMapping),
                    typeof(Entity.AssetsUserDefined),
-                   typeof(Entity.AssetsPipeLineCoefficient),
+                   typeof(Entity.AssetsPipeCoefficient),
                    typeof(Entity.AssetsPumpTypeSeriesMap),
-                    typeof(Entity.AssetsExchangerMain),
-                    typeof(Entity.AssetsExchangerMainAndPartMap),
-                    typeof(Entity.AssetsExchangerPartMain),
-                    typeof(Entity.AssetsExchangerPropContent),
-                    typeof(Entity.AssetsExchangerSeries),
-                    typeof(Entity.AssetsCompressorPartMain),
-                    typeof(Entity.AssetsCompressorMain),
-                    typeof(Entity.AssetsCompressorMainAndPartMap),
-                    typeof(Entity.AssetsCompressorPropContent),
-                    typeof(Entity.AssetsCompressorSeries),
-                     typeof(Entity.AssetsValveCoefficient),
+                   typeof(Entity.AssetsExchangerMain),
+                   typeof(Entity.AssetsExchangerMainAndPartMap),
+                   typeof(Entity.AssetsExchangerPartMain),
+                   typeof(Entity.AssetsExchangerPropContent),
+                   typeof(Entity.AssetsExchangerSeries),
+                   typeof(Entity.AssetsExchangerCoefficient),
+
+                   typeof(Entity.AssetsCompressorPartMain),
+                   typeof(Entity.AssetsCompressorMain),
+                   typeof(Entity.AssetsCompressorMainAndPartMap),
+                   typeof(Entity.AssetsCompressorPropContent),
+                   typeof(Entity.AssetsCompressorSeries),
+                   typeof(Entity.AssetsCompressorCoefficient),
                        };
 
                 using (var db = new SqlSugarClient(connectConfig))

--
Gitblit v1.9.3