From db94da8035c7ff0f08dbd36b04b23a358d8937bd Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 20 十一月 2024 15:47:54 +0800 Subject: [PATCH] PBS --- Service/HStation.Service.WE.Core/05-service/00-core/03-helper/DbFirstHelper.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Service/HStation.Service.WE.Core/05-service/00-core/03-helper/DbFirstHelper.cs b/Service/HStation.Service.WE.Core/05-service/00-core/03-helper/DbFirstHelper.cs index 4b7a5e6..c288eaa 100644 --- a/Service/HStation.Service.WE.Core/05-service/00-core/03-helper/DbFirstHelper.cs +++ b/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)) -- Gitblit v1.9.3