From e91a9fdb2a21b56534dd664cd5fe458d3578c4ea Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期五, 20 十二月 2024 11:01:30 +0800 Subject: [PATCH] 曲线定义点存储 --- Desktop/PBS.Desktop.Core/DbFirstHelper.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Desktop/PBS.Desktop.Core/DbFirstHelper.cs b/Desktop/PBS.Desktop.Core/DbFirstHelper.cs index 6f5507f..d2de5ad 100644 --- a/Desktop/PBS.Desktop.Core/DbFirstHelper.cs +++ b/Desktop/PBS.Desktop.Core/DbFirstHelper.cs @@ -12,6 +12,7 @@ { await new Yw.BLL.DivisionDbFirstHelper().Initial();//xhs await new HStation.BLL.AssetsDbFirstHelper().Initial(); + await new BLL.WEDbFirstHelper().Initial(); } } } \ No newline at end of file -- Gitblit v1.9.3