duheng
2024-10-08 91177132b524b6b81dd9f81c9b49e65ef17eec53
Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -51,9 +51,16 @@
                   typeof(Entity.PumpType),
                   typeof(Entity.ValveMain),
                   typeof(Entity.ValveSeries),
                   typeof(Entity.PipeLineManage),
                   typeof(Entity.ValveGroupAndMainMap),
                   typeof(Entity.ValveGroup),
                   typeof(Entity.ElbowMain),
                   typeof(Entity.ElbowSeries),
                   typeof(Entity.ThreeLinkMain),
                   typeof(Entity.ThreeLinkSeries),
                   typeof(Entity.FourLinkMain),
                   typeof(Entity.FourLinkSeries),
                   typeof(Entity.PipeLineMain),
                   typeof(Entity.PipeLineSeries),
                    typeof(Entity.NozzleMain),
                   typeof(Entity.NozzleSeries),
                   typeof(Entity.AdaptingManage),
                   typeof(Entity.PipeLineRoughnessCoefficient),
                   typeof(Entity.PumpTypeSeriesMap),
@@ -65,8 +72,7 @@
                   typeof(Yw.Entity.SysPropMapping),
                   typeof(Yw.Entity.SysPropChoice),
                   typeof(Yw.Entity.SysPropValue),
                   typeof(Yw.Entity.SysPropValuePure),
                     };
                      };
                using (var db = new SqlSugarClient(connectConfig))
                {