From 25d1bf4c50f43cf6690c5ac92824959865c9d78f Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 13 三月 2025 10:34:40 +0800 Subject: [PATCH] BoxViewModel --- Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs | 59 ++++++++++++++++++++++++----------------------------------- 1 files changed, 24 insertions(+), 35 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 de1a2d1..d003c6a 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,34 +55,34 @@ //闃�闂� 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), typeof(Entity.AssetsThreelinkSeries), - typeof(Entity.AssetsThreelinkCoefficient), + typeof(Entity.AssetsThreelinkFactor), //鍥涢�� typeof(Entity.AssetsFourlinkMain), typeof(Entity.AssetsFourlinkSeries), - typeof(Entity.AssetsFourlinkCoefficient), + typeof(Entity.AssetsFourlinkFactor), //绠¢亾 typeof(Entity.AssetsPipeMain), typeof(Entity.AssetsPipeSeries), - typeof(Entity.AssetsPipeCoefficient), + typeof(Entity.AssetsPipeFactor), //鍠峰ご typeof(Entity.AssetsSprinklerMain), typeof(Entity.AssetsSprinklerSeries), - typeof(Entity.AssetsSprinklerCoefficient), + typeof(Entity.AssetsSprinklerFactor), //鍘傚晢 typeof(Entity.AssetsManufacturer), @@ -90,16 +90,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), @@ -113,52 +103,51 @@ //闂峰ご typeof(Entity.AssetsBluntheadMain), typeof(Entity.AssetsBluntheadSeries), - typeof(Entity.AssetsBluntheadCoefficient), + typeof(Entity.AssetsBluntheadFactor), //姘存睜 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.AssetsHydrantFactor), //杩囨浮浠� typeof(Entity.AssetsTranslationMain), typeof(Entity.AssetsTranslationSeries), - typeof(Entity.AssetsTranslationCoefficient), + typeof(Entity.AssetsTranslationFactor), //姘磋〃 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