lixiaojun
2024-11-21 3e59a097e89632a53554f369eb55ece5fdda3eda
Service/HStation.Service.WE.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -41,7 +41,12 @@
                var typeList = new List<Type>()
                {
                     typeof(Entity.WE.Utensil),
                     typeof(Entity.WE.UtensilGroup),
                     typeof(Entity.WE.UtensilMapping),
                     typeof(Entity.WE.Item),
                     typeof(Entity.WE.Catalogue),
                     typeof(Entity.WE.CatalogueMapping),
                };
                using (var db = new SqlSugarClient(connectConfig))