From aab29f4290c968665312bfc98c5598a25a4debf9 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 21 5月 2025 16:42:31 +0800
Subject: [PATCH] 优化

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

diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/WorkTaskAppService.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/WorkTaskAppService.cs
index 60e9749..e85aacb 100644
--- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/WorkTaskAppService.cs
+++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application/Implements/WorkTaskAppService.cs
@@ -1,16 +1,15 @@
 using CMS.Plugin.PipeLineLems.Application.Contracts.Dtos.WorkTask; 
 using CMS.Plugin.PipeLineLems.Application.Contracts.Services; 
 using CMS.Plugin.PipeLineLems.Domain.Shared; 
-using CmsQueryExtensions; 
 using CMS.Plugin.PipeLineLems.Domain.WorkTask; 
+using CmsQueryExtensions; 
+using CmsQueryExtensions.Entitys; 
 using CmsQueryExtensions.Extension; 
 using System.Linq.Expressions; 
 using Volo.Abp; 
 using Volo.Abp.Application.Dtos; 
 using Volo.Abp.Data; 
 using Volo.Abp.ObjectExtending; 
-using Volo.Abp.ObjectMapping; 
-using CmsQueryExtensions.Entitys; 
  
 namespace CMS.Plugin.PipeLineLems.Application.Implements; 
  

--
Gitblit v1.9.3