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 | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs b/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs index 6f6923a..a28f98b 100644 --- a/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs +++ b/Desktop/HStation.Desktop.Xhs.Core/DbFirstHelper.cs @@ -10,17 +10,19 @@ /// </summary> public static void Initial() { - //xhs澶勭悊 - new BLL.XhsDbFirstHelper().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 BLL.AssetsDbFirstHelper().Initial(); - new BLL.XhsPhartRelationDbFirstHelper().Initial(); - new Yw.BLL.MapDbFirstHelper().Initial(); - new Yw.BLL.BasicDbFirstHelper().Initial(); - new Yw.BLL.HydroDbFirstHelper().Initial(); - new Yw.BLL.BimfaceDbFirstHelper().Initial(); - new Yw.BLL.DictDbFirstHelper().Initial(); - new Yw.BLL.UnitDbFirstHelper().Initial(); + new Yw.BLL.PhartDbFirstHelper().Initial(); + new BLL.PhartRelationDbFirstHelper().Initial(); } } } \ No newline at end of file -- Gitblit v1.9.3