From f5851974b861a20182c06d6f891fd427b1414209 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 20 5月 2025 15:21:19 +0800
Subject: [PATCH] 优化

---
 PipeLineLems/server/src/CMS.Plugin.PipeLineLems/Controller/WorkTaskController.cs |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/Controller/WorkTaskController.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/Controller/WorkTaskController.cs
index b8da5f6..c0a68db 100644
--- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/Controller/WorkTaskController.cs
+++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems/Controller/WorkTaskController.cs
@@ -1,19 +1,18 @@
-using Ao.Lang; 
-using CMS.Extensions.Abp.AspNetCore.Mvc.Filters; 
-using CMS.Framework.AspNetCore.Users; 
-using CMS.Plugin.PipeLineLems.Application.Contracts.Dtos.WorkTask; 
-using CMS.Plugin.PipeLineLems.Application.Contracts.Services; 
-using Microsoft.AspNetCore.Authorization; 
-using Microsoft.AspNetCore.Http; 
-using Microsoft.AspNetCore.Mvc; 
-using MiniExcelLibs; 
-using System.Reflection; 
-using Volo.Abp; 
-using Volo.Abp.Application.Dtos; 
-using CmsQueryExtensions.Entitys; 
- 
-namespace CMS.Plugin.PipeLineLems.Controller 
-{ 
+using CMS.Extensions.Abp.AspNetCore.Mvc.Filters;
+using CMS.Framework.AspNetCore.Users;
+using CMS.Plugin.PipeLineLems.Application.Contracts.Dtos.WorkTask;
+using CMS.Plugin.PipeLineLems.Application.Contracts.Services;
+using CmsQueryExtensions.Entitys;
+using Microsoft.AspNetCore.Authorization;
+using Microsoft.AspNetCore.Http;
+using Microsoft.AspNetCore.Mvc;
+using MiniExcelLibs;
+using System.Reflection;
+using Volo.Abp;
+using Volo.Abp.Application.Dtos;
+
+namespace CMS.Plugin.PipeLineLems.Controller
+{
     /// <summary> 
     /// 浣滀笟浠诲姟琛ㄦ湇鍔� 
     /// </summary> 

--
Gitblit v1.9.3