From 5c8bc780179e94ea29a30e8f6d874abb03829d5d Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期五, 28 三月 2025 17:28:36 +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 |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs b/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs
index 075bb8d..a28f98b 100644
--- a/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs
+++ b/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs
@@ -1,10 +1,4 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace HStation.Desktop
+锘縩amespace HStation.Desktop
 {
     /// <summary>
     /// dbfirst
@@ -16,13 +10,19 @@
         /// </summary>
         public static void Initial()
         {
-            new BLL.XhsDbFirstHelper().Initial();
-            new BLL.XhsPhartDbFirstHelper().Initial();
-            new BLL.AssetsDbFirstHelper().Initial();
-            new Yw.BLL.MapDbFirstHelper().Initial();
-            new Yw.BLL.BasicDbFirstHelper().Initial();
-            new Yw.BLL.HydroDbFirstHelper().Initial();
-            new Yw.BLL.BimfaceDbFirstHelper().Initial();
+            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 Yw.BLL.PhartDbFirstHelper().Initial();
+            new BLL.PhartRelationDbFirstHelper().Initial();
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3