From f460fd2c628ab56db7450d70f3b7ad4b3524e6c8 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 02 十二月 2024 14:33:48 +0800
Subject: [PATCH] 水泵界面控件

---
 Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs |   23 ++++++++++++++---------
 1 files changed, 14 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 4ee558f..ba88658 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
@@ -42,14 +42,15 @@
                 var typeList = new List<Type>()
                 {
                    typeof(Entity.AssetsPumpGroup),
-                   typeof(Entity.AssetsPumpGroupAndMainMap),
+                   typeof(Entity.AssetsPumpGroupAndMainMapping),
                    typeof(Entity.AssetsPumpMain),
-                   typeof(Entity.AssetsPumpMainAndPartMap),
+                   typeof(Entity.AssetsPumpMainAndPartMapping),
                    typeof(Entity.AssetsPumpPartMain),
                    typeof(Entity.AssetsPumpPropContent),
                    typeof(Entity.AssetsPumpSeries),
                    typeof(Entity.AssetsPumpType),
-                   typeof(Entity.AssetsPumpTypeSeriesMap),
+                   typeof(Entity.AssetsPumpSeriesTypeMapping),
+                   typeof(Entity.AssetsPumpSeriesManufacturerMapping),
 
                    //闃�闂�
                    typeof(Entity.AssetsValveMain),
@@ -83,14 +84,14 @@
 
                    //鍘傚晢
                    typeof(Entity.AssetsManufacturer),
-                   typeof(Entity.AssetsManufacturerMapping),
+                   typeof(Entity.AssetsManufacturerSeries),
 
                    //鑷畾涔�
                     typeof(Entity.AssetsUserDefined),
 
                    //绌哄帇鏈�
                    typeof(Entity.AssetsExchangerMain),
-                   typeof(Entity.AssetsExchangerMainAndPartMap),
+                   typeof(Entity.AssetsExchangerMainAndPartMapping),
                    typeof(Entity.AssetsExchangerPartMain),
                    typeof(Entity.AssetsExchangerPropContent),
                    typeof(Entity.AssetsExchangerSeries),
@@ -99,15 +100,19 @@
                    //鎹㈢儹鍣�
                    typeof(Entity.AssetsCompressorPartMain),
                    typeof(Entity.AssetsCompressorMain),
-                   typeof(Entity.AssetsCompressorMainAndPartMap),
+                   typeof(Entity.AssetsCompressorMainAndPartMapping),
                    typeof(Entity.AssetsCompressorPropContent),
                    typeof(Entity.AssetsCompressorSeries),
                    typeof(Entity.AssetsCompressorCoefficient),
 
                    //鎴愬璁惧
-                   typeof(Entity.AssetsEquipmentMain),
-                   typeof(Entity.AssetsEquipmentPumpMapping),
-                   typeof(Entity.AssetsEquipmentSeries),
+                   typeof(Entity.AssetsPackageMain),
+                   typeof(Entity.AssetsPackagePumpMapping),
+                   typeof(Entity.AssetsPackageSeries),
+                   typeof(Entity.AssetsPackageMfrMapping),
+                   typeof(Entity.AssetsPackagePartMain),
+                   typeof(Entity.AssetsPackageMainAndPartMapping),
+                   typeof(Entity.AssetsPackagePropContent),
                        };
 
                 using (var db = new SqlSugarClient(connectConfig))

--
Gitblit v1.9.3