Shuxia Ning
2024-12-17 33b5627e2d1092f6931165b7f9f1a16de65d765d
Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -42,8 +42,11 @@
                var typeList = new List<Type>()
                {
                   typeof(Entity.XhsProject),
                   typeof(Entity.XhsProjectPropValue),
                   typeof(Entity.XhsProjectSite),
                   typeof(Entity.XhsScheme)
                   typeof(Entity.XhsProjectSitePropValue),
                   typeof(Entity.XhsScheme),
                   typeof(Entity.XhsSchemePropValue)
                 };
                using (var db = new SqlSugarClient(connectConfig))