From c653f2f6f2de553395b706de3a62fec5e4a6fbf7 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 21 十一月 2024 17:52:18 +0800 Subject: [PATCH] 冲突 --- Service/HStation.Service.PBS.Core/05-service/00-core/03-helper/DbFirstHelper.cs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Service/HStation.Service.PBS.Core/05-service/00-core/03-helper/DbFirstHelper.cs b/Service/HStation.Service.PBS.Core/05-service/00-core/03-helper/DbFirstHelper.cs index e2c3b41..130afb3 100644 --- a/Service/HStation.Service.PBS.Core/05-service/00-core/03-helper/DbFirstHelper.cs +++ b/Service/HStation.Service.PBS.Core/05-service/00-core/03-helper/DbFirstHelper.cs @@ -41,9 +41,11 @@ var typeList = new List<Type>() { - - }; - + typeof(Entity.PBS.Place), + typeof(Entity.PBS.Facility), + typeof(Entity.PBS.ModelTemplate), + typeof(Entity.PBS.ModelTemplateGroup), + }; using (var db = new SqlSugarClient(connectConfig)) { //璁剧疆瀛楃涓查粯璁ら暱搴� -- Gitblit v1.9.3