From e1b779122eae7002f1d512bd1e8135ea8080c95f Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 23 十月 2024 15:14:19 +0800
Subject: [PATCH] 增加Revit上传bll

---
 Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs b/Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
index e3439d2..efbd1d9 100644
--- a/Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
+++ b/Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -42,15 +42,11 @@
                 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(Entity.XhsSchemePropValue)
                  };
 
                 using (var db = new SqlSugarClient(connectConfig))

--
Gitblit v1.9.3