From 294b81166f21e12247e784d6bf404f5f34b2ee19 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 19 二月 2025 12:51:14 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs b/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs
index e8934e0..a28f98b 100644
--- a/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs
+++ b/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs
@@ -10,22 +10,19 @@
         /// </summary>
         public static void Initial()
         {
-            new BLL.XhsDbFirstHelper().Initial();//xhs      
+            new BLL.XhsDbFirstHelper().Initial();//xhs
             new Yw.BLL.BasicDbFirstHelper().Initial();//basic
             new Yw.BLL.DictDbFirstHelper().Initial();//dict
             new Yw.BLL.UnitDbFirstHelper().Initial();//unit
             new Yw.BLL.MapDbFirstHelper().Initial();//map
             new Yw.BLL.BimfaceDbFirstHelper().Initial();//bimface
             new Yw.BLL.HydroDbFirstHelper().Initial();//hydro
+            new HStation.BLL.AssetsDbFirstHelper().Initial();
+            new Yw.BLL.AuthDbFirstHelper().Initial();//auth
+            new BLL.PhartRelationDbFirstHelper().Initial();
 
-            new BLL.AssetsDbFirstHelper().Initial();
-            new BLL.XhsPhartRelationDbFirstHelper().Initial();
-
-
-
-
-
-
+            new Yw.BLL.PhartDbFirstHelper().Initial();
+            new BLL.PhartRelationDbFirstHelper().Initial();
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3