From f9bc97da02cdaf6ff9e05419b04b8e08c65c3eba Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 14 5月 2025 15:16:36 +0800
Subject: [PATCH] 222

---
 PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/CMSPluginEntry.cs
index 92fa334..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<IWorkPlanAppService, WorkPlanAppService>();
 
         context.Services.AddScoped<IEFDataProvider>(p =>
         {

--
Gitblit v1.9.3