From 0f99d4d12f2eae29bbe343f4b3131f2faeccda5d Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 14 一月 2025 17:31:20 +0800 Subject: [PATCH] 泵曲线修改 --- 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..1256b20 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 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.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