lixiaojun
2024-12-14 3d978971907c51e7cacc19f012e4d66ba1bac37c
Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -42,17 +42,12 @@
                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(Yw.Entity.SysPropValue),
                };
                   typeof(Entity.XhsSchemePropValue)
                 };
                using (var db = new SqlSugarClient(connectConfig))
                {