From c2efb4c36e616e750b835ea3e87d890e47814fd1 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 08 十一月 2024 10:33:45 +0800 Subject: [PATCH] 细化资产表 --- Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs | 3 ++- 1 files changed, 2 insertions(+), 1 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 40c17a7..ba49632 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 @@ -64,7 +64,7 @@ typeof(Entity.AssetsManufacturer), typeof(Entity.AssetsManufacturerMapping), typeof(Entity.AssetsUserDefined), - typeof(Entity.AssetsPipeRoughnessCoefficient), + typeof(Entity.AssetsPipeLineCoefficient), typeof(Entity.AssetsPumpTypeSeriesMap), typeof(Entity.AssetsExchangerMain), typeof(Entity.AssetsExchangerMainAndPartMap), @@ -76,6 +76,7 @@ typeof(Entity.AssetsCompressorMainAndPartMap), typeof(Entity.AssetsCompressorPropContent), typeof(Entity.AssetsCompressorSeries), + typeof(Entity.AssetsValveCoefficient), }; using (var db = new SqlSugarClient(connectConfig)) -- Gitblit v1.9.3