From 0e33247236d4ac46f1a75802f53dd6c612301cff Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 24 十二月 2024 14:52:06 +0800 Subject: [PATCH] 注册泵曲线事件 --- Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs | 82 +++++++++++++++++++++++++++++++---------- 1 files changed, 62 insertions(+), 20 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 c82c0e5..7da3202 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,12 +55,14 @@ //闃�闂� typeof(Entity.AssetsValveMain), typeof(Entity.AssetsValveSeries), - typeof(Entity.AssetsValveCoefficient), + typeof(Entity.AssetsValveFactor), + typeof(Entity.AssetsValvePartMain), + typeof(Entity.AssetsValveMainAndPartMapping), //寮ご typeof(Entity.AssetsElbowMain), typeof(Entity.AssetsElbowSeries), - typeof(Entity.AssetsElbowCoefficient), + typeof(Entity.AssetsElbowFactor), //涓夐�� typeof(Entity.AssetsThreelinkMain), @@ -70,7 +72,7 @@ //鍥涢�� typeof(Entity.AssetsFourlinkMain), typeof(Entity.AssetsFourlinkSeries), - typeof(Entity.AssetsFourlinkCoefficient), + typeof(Entity.AssetsFourlinkFactor), //绠¢亾 typeof(Entity.AssetsPipeMain), @@ -89,27 +91,67 @@ //鑷畾涔� typeof(Entity.AssetsUserDefined), - //绌哄帇鏈� - typeof(Entity.AssetsExchangerMain), - typeof(Entity.AssetsExchangerMainAndPartMapping), - typeof(Entity.AssetsExchangerPartMain), - typeof(Entity.AssetsExchangerPropContent), - typeof(Entity.AssetsExchangerSeries), - typeof(Entity.AssetsExchangerCoefficient), - - //鎹㈢儹鍣� - 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.AssetsTankFactor), + typeof(Entity.AssetsTankPartMain), + typeof(Entity.AssetsTankMainAndPartMapping), + + //娑堢伀鏍� + typeof(Entity.AssetsHydrantMain), + typeof(Entity.AssetsHydrantSeries), + typeof(Entity.AssetsHydrantCoefficient), + + //杩囨浮浠� + typeof(Entity.AssetsTranslationMain), + typeof(Entity.AssetsTranslationSeries), + typeof(Entity.AssetsTranslationCoefficient), + + //姘磋〃 + typeof(Entity.AssetsMeterSeries), + 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)) { -- Gitblit v1.9.3