From c7527abc7ade5b4552e39541f739bdb69209f8ba Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 19 十二月 2024 10:57:49 +0800 Subject: [PATCH] 水表整改 --- Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 100 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 0e1d1ae..de1a2d1 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,36 +42,124 @@ 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.AssetsPumpSeriesTypeMapping), + typeof(Entity.AssetsPumpSeriesManufacturerMapping), + + //闃�闂� typeof(Entity.AssetsValveMain), typeof(Entity.AssetsValveSeries), + typeof(Entity.AssetsValveCoefficient), + typeof(Entity.AssetsValvePartMain), + typeof(Entity.AssetsValveMainAndPartMapping), + + //寮ご 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.AssetsPipeCoefficient), + + //鍠峰ご typeof(Entity.AssetsSprinklerMain), typeof(Entity.AssetsSprinklerSeries), + typeof(Entity.AssetsSprinklerCoefficient), + + //鍘傚晢 typeof(Entity.AssetsManufacturer), - typeof(Entity.AssetsManufacturerMapping), - typeof(Entity.AssetsUserDefined), - typeof(Entity.AssetsPipeRoughnessCoefficient), - typeof(Entity.AssetsPumpTypeSeriesMap), - typeof(Entity.AssetsExchangerMain), - typeof(Entity.AssetsExchangerMainAndPartMap), - typeof(Entity.AssetsExchangerPartMain), - typeof(Entity.AssetsExchangerPropContent), - typeof(Entity.AssetsExchangerSeries), - }; + typeof(Entity.AssetsManufacturerSeries), + + //鑷畾涔� + 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), + typeof(Entity.AssetsPackageSeries), + 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.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), + typeof(Entity.AssetsTranslationSeries), + typeof(Entity.AssetsTranslationCoefficient), + + //姘磋〃 + typeof(Entity.AssetsMeterSeries), + typeof(Entity.AssetsMeterMain), + typeof(Entity.AssetsMeterFactor), + + //鎹㈢儹鍣� + 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