lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -13,7 +13,6 @@
            msg = string.Empty;
            try
            {
                var connectConfig = HStation.Xhs.ConfigHelper.DefaultConnectionConfig;
                if (connectConfig == null)
                {
@@ -44,7 +43,15 @@
                {
                    typeof(Entity.XhsProject),
                    typeof(Entity.XhsProjectSite),
                    typeof(Entity.XhsScheme)
                   typeof(Entity.XhsScheme),
                   typeof(Yw.Entity.SysModule),
                   typeof(Yw.Entity.SysType),
                   typeof(Yw.Entity.SysCatalog),
                   typeof(Yw.Entity.SysPropGroup),
                   typeof(Yw.Entity.SysProp),
                   typeof(Yw.Entity.SysPropMapping),
                   typeof(Yw.Entity.SysPropChoice),
                   typeof(Yw.Entity.SysPropValue),
                };
                using (var db = new SqlSugarClient(connectConfig))