From 4209c8ff313ce8bac44bc9fe0b2260111a3fb388 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周六, 10 5月 2025 15:22:13 +0800
Subject: [PATCH] 优化接口

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

diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs
index a051028..c9f2648 100644
--- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs
+++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/MesAppService.cs
@@ -11,14 +11,14 @@
 
 namespace CMS.Plugin.PipeLineLems.Application.Implements;
 
-public class SharedService : CMSPluginAppService
+public class MesAppService : CMSPluginAppService
 {
     private readonly IServiceProvider _serviceProvider;
     private readonly IWorkPlanAppService _workPlanAppService;
 
     //private readonly IEventBus _eventBus;
 
-    public SharedService(IServiceProvider serviceProvider
+    public MesAppService(IServiceProvider serviceProvider
         , IWorkPlanAppService workPlanAppService
         //, IEventBus eventBus
         )

--
Gitblit v1.9.3