From 0b0f37c86f484b10d911b56b77968f832ce69bbb Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 27 三月 2025 11:51:22 +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 | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs b/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs index 961033a..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,8 +10,19 @@ /// </summary> public static void Initial() { - new BLL.XhsDbFirstHelper().Initial(); - new Yw.BLL.MapDbFirstHelper().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