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 |    9 +++------
 1 files changed, 3 insertions(+), 6 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 b81f5dd..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
@@ -67,7 +67,7 @@
                    //涓夐��
                    typeof(Entity.AssetsThreelinkMain),
                    typeof(Entity.AssetsThreelinkSeries),
-                   typeof(Entity.AssetsThreelinkCoefficient),
+                   typeof(Entity.AssetsThreelinkFactor),
 
                    //鍥涢��
                    typeof(Entity.AssetsFourlinkMain),
@@ -77,7 +77,7 @@
                    //绠¢亾
                    typeof(Entity.AssetsPipeMain),
                    typeof(Entity.AssetsPipeSeries),
-                   typeof(Entity.AssetsPipeCoefficient),
+                   typeof(Entity.AssetsPipeFactor),
 
                    //鍠峰ご
                    typeof(Entity.AssetsSprinklerMain),
@@ -108,9 +108,6 @@
                    //姘存睜
                    typeof(Entity.AssetsTankMain),
                    typeof(Entity.AssetsTankSeries),
-                   typeof(Entity.AssetsTankFactor),
-                   typeof(Entity.AssetsTankPartMain),
-                   typeof(Entity.AssetsTankMainAndPartMapping),
 
                    //娑堢伀鏍�
                    typeof(Entity.AssetsHydrantMain),
@@ -120,7 +117,7 @@
                    //杩囨浮浠�
                    typeof(Entity.AssetsTranslationMain),
                    typeof(Entity.AssetsTranslationSeries),
-                   typeof(Entity.AssetsTranslationCoefficient),
+                   typeof(Entity.AssetsTranslationFactor),
 
                    //姘磋〃
                    typeof(Entity.AssetsMeterSeries),

--
Gitblit v1.9.3