duheng
2025-04-03 6c521d86f3dae53a64a626e2d63cdaac67a8ea94
Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -42,15 +42,11 @@
                var typeList = new List<Type>()
                {
                   typeof(Entity.XhsProject),
                   typeof(Entity.XhsProjectPropValue),
                   typeof(Entity.XhsProjectSite),
                   typeof(Entity.XhsProjectSitePropValue),
                   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(Entity.XhsSchemePropValue)
                 };
                using (var db = new SqlSugarClient(connectConfig))