From 83d116f68aa4e9e93f982d23f23a7a46680cd169 Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期六, 30 十一月 2024 11:10:33 +0800 Subject: [PATCH] 修复沿线分析的局部损失 --- Service/HStation.Service.TransferFile.Core/GlobalUsings.cs | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Service/HStation.Service.TransferFile.Core/GlobalUsings.cs b/Service/HStation.Service.TransferFile.Core/GlobalUsings.cs index 4cc463e..9877416 100644 --- a/Service/HStation.Service.TransferFile.Core/GlobalUsings.cs +++ b/Service/HStation.Service.TransferFile.Core/GlobalUsings.cs @@ -1,13 +1,8 @@ -锘縢lobal using System.Text; -global using System.ComponentModel; -global using System.Security.Cryptography; -global using System.Reflection; -global using System.Data; -global using System.Globalization; -global using System.Collections; +锘縢lobal using AutoMapper; +global using HStation.Service.TransferFile; +global using HStation.TransferFile; global using SqlSugar; -global using AutoMapper; +global using System.Data; +global using System.Text; global using Yw; global using Yw.Untity; -global using HStation.TransferFile; -global using HStation.Service.TransferFile; \ No newline at end of file -- Gitblit v1.9.3