From 6a72dc4cd7bc47b08c03562ef4fbed6b66701f20 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周二, 13 5月 2025 17:09:21 +0800 Subject: [PATCH] 库位禁用字段 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs index b7c7753..87ffc61 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs @@ -49,8 +49,8 @@ context.Services.AddScoped<IProjectRuntimeMigrator, CMSPluginRuntimeMigrator>(); context.Services.AddSingleton<IProjectService, PipeLineLemsProjectService>(); - - //context.Services.AddScoped<IMesAppService, MesAppService>(); + context.Services.AddScoped<IMesAppService, MesAppService>(); + context.Services.AddScoped<IWorkPlanAppService, WorkPlanAppService>(); context.Services.AddScoped<IEFDataProvider>(p => { -- Gitblit v1.9.3