lixiaojun
2024-12-20 3f24b14f07ef82526b2e1d56cc808f226e91cbb9
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,16 +91,6 @@
                   //自定义
                    typeof(Entity.AssetsUserDefined),
                   //换热器
                   typeof(Entity.AssetsCompressorPartMain),
                   typeof(Entity.AssetsCompressorMain),
                   typeof(Entity.AssetsCompressorMainAndPartMapping),
                   typeof(Entity.AssetsCompressorPropContent),
                   typeof(Entity.AssetsCompressorSeries),
                   typeof(Entity.AssetsCompressorCoefficient),
                   //成套设备
                   typeof(Entity.AssetsPackageMain),
                   typeof(Entity.AssetsPackagePumpMapping),
@@ -118,26 +108,14 @@
                   //水池
                   typeof(Entity.AssetsTankMain),
                   typeof(Entity.AssetsTankSeries),
                   typeof(Entity.AssetsTankCoefficient),
                   typeof(Entity.AssetsTankFactor),
                   typeof(Entity.AssetsTankPartMain),
                   typeof(Entity.AssetsTankMainAndPartMapping),
                   //流量计
                   typeof(Entity.AssetsFlowmeterMain),
                   typeof(Entity.AssetsFlowmeterSeries),
                   typeof(Entity.AssetsFlowmeterCoefficient),
                   //消火栓
                   typeof(Entity.AssetsHydrantMain),
                   typeof(Entity.AssetsHydrantSeries),
                   typeof(Entity.AssetsHydrantCoefficient),
                  //压力表
                   typeof(Entity.AssetsPressmeterMain),
                   typeof(Entity.AssetsPressmeterSeries),
                   typeof(Entity.AssetsPressmeterCoefficient),
                   //过渡件
                   typeof(Entity.AssetsTranslationMain),
@@ -149,16 +127,30 @@
                   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.AssetsCompressorSeries),
                   typeof(Entity.AssetsCompressorMain),
                   typeof(Entity.AssetsCompressorFactor),
                   //冷却塔
                   typeof(Entity.AssetsCoolingSeries),
                   typeof(Entity.AssetsCoolingMain),
                   typeof(Entity.AssetsCoolingFactor),
                 };
                using (var db = new SqlSugarClient(connectConfig))