duheng
2024-09-30 2bdfc682ce0dd2c2480a4317d7e8187276e9269d
Service/HStation.Service.Assets.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -13,7 +13,7 @@
            msg = string.Empty;
            try
            {
                var connectConfig = HStation.Assets.ConfigHelper.PostgreSqlConnectionConfig;
                var connectConfig = HStation.Assets.ConfigHelper.DefaultConnectionConfig;
                if (connectConfig == null)
                {
                    msg = "连接配置初始化失败";
@@ -51,6 +51,9 @@
                   typeof(Entity.PumpType),
                   typeof(Entity.ValveMain),
                   typeof(Entity.ValveSeries),
                   typeof(Entity.ElbowManage),
                   typeof(Entity.ThreeLinkManage),
                   typeof(Entity.FourLinkManage),
                   typeof(Entity.PipeLineManage),
                   typeof(Entity.ValveGroupAndMainMap),
                   typeof(Entity.ValveGroup),