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 | 24 +++++++++--------------- 1 files changed, 9 insertions(+), 15 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 9bf9d8e..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,14 +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), @@ -72,7 +72,7 @@ //鍥涢�� typeof(Entity.AssetsFourlinkMain), typeof(Entity.AssetsFourlinkSeries), - typeof(Entity.AssetsFourlinkCoefficient), + typeof(Entity.AssetsFourlinkFactor), //绠¢亾 typeof(Entity.AssetsPipeMain), @@ -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,7 +108,7 @@ //姘存睜 typeof(Entity.AssetsTankMain), typeof(Entity.AssetsTankSeries), - typeof(Entity.AssetsTankCoefficient), + typeof(Entity.AssetsTankFactor), typeof(Entity.AssetsTankPartMain), typeof(Entity.AssetsTankMainAndPartMapping), @@ -152,11 +142,15 @@ 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