Browse Source

处理命名空间

yuanrf 1 day ago
parent
commit
b04956508e
1 changed files with 0 additions and 6 deletions
  1. 0 6
      OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

+ 0 - 6
OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

@@ -1,6 +1,4 @@
 using Aspose.Cells;
-using Aspose.Words;
-using Dm.util;
 using FluentValidation;
 using Markdig;
 using Microsoft.AspNetCore.SignalR;
@@ -24,11 +22,7 @@ using OASystem.Infrastructure.Repositories.PersonnelModule;
 using System.Data;
 using System.Diagnostics;
 using System.Globalization;
-using System.Threading.Tasks;
 using static OASystem.API.OAMethodLib.JWTHelper;
-using Markdig;
-using Dm.util;
-using OASystem.Domain.Entities;
 
 namespace OASystem.API.Controllers
 {