duheng
2024-12-06 ae09c2731aa19f43ec26b3cd8f3d5331a0187440
Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -56,6 +56,8 @@
                   typeof(Entity.AssetsValveMain),
                   typeof(Entity.AssetsValveSeries),
                   typeof(Entity.AssetsValveCoefficient),
                   typeof(Entity.AssetsValvePartMain),
                   typeof(Entity.AssetsValveMainAndPartMapping),
                   //弯头
                   typeof(Entity.AssetsElbowMain),
@@ -113,6 +115,43 @@
                   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.AssetsTankCoefficient),
                   typeof(Entity.AssetsTankPartMain),
                   typeof(Entity.AssetsTankMainAndPartMapping),
                   //水表
                   typeof(Entity.AssetsMeterMain),
                   typeof(Entity.AssetsMeterSeries),
                   typeof(Entity.AssetsMeterCoefficient),
                   //流量计
                   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.AssetsTranslationMain),
                   typeof(Entity.AssetsTranslationSeries),
                   typeof(Entity.AssetsTranslationCoefficient),
                       };
                using (var db = new SqlSugarClient(connectConfig))