From f3491ae4b310290ceece463b4613eb3b831e6ef1 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Wed, 9 Oct 2024 17:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/API/HJGL/APIPipeJointService.cs | 2 +- SGGL/BLL/API/HJGL/APIPreWeldingDailyService.cs | 2 +- SGGL/BLL/CLGL/TwArrivalStatisticsService.cs | 2 +- SGGL/BLL/CLGL/TwInOutplanmasterService.cs | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/SGGL/BLL/API/HJGL/APIPipeJointService.cs b/SGGL/BLL/API/HJGL/APIPipeJointService.cs index 13d578f1..4fae36da 100644 --- a/SGGL/BLL/API/HJGL/APIPipeJointService.cs +++ b/SGGL/BLL/API/HJGL/APIPipeJointService.cs @@ -1,4 +1,4 @@ -using Microsoft.SqlServer.Dts.Runtime; + using System; using System.Collections.Generic; using System.Linq; diff --git a/SGGL/BLL/API/HJGL/APIPreWeldingDailyService.cs b/SGGL/BLL/API/HJGL/APIPreWeldingDailyService.cs index 8a60f8f9..a3304616 100644 --- a/SGGL/BLL/API/HJGL/APIPreWeldingDailyService.cs +++ b/SGGL/BLL/API/HJGL/APIPreWeldingDailyService.cs @@ -1,4 +1,4 @@ -using Microsoft.SqlServer.Dts.Runtime; + using NPOI.SS.Formula.Functions; using System; using System.Collections.Generic; diff --git a/SGGL/BLL/CLGL/TwArrivalStatisticsService.cs b/SGGL/BLL/CLGL/TwArrivalStatisticsService.cs index 5949c5f7..67bd6034 100644 --- a/SGGL/BLL/CLGL/TwArrivalStatisticsService.cs +++ b/SGGL/BLL/CLGL/TwArrivalStatisticsService.cs @@ -1,4 +1,4 @@ -using Microsoft.SqlServer.Dts.Runtime; + using Model; using System; using System.Collections; diff --git a/SGGL/BLL/CLGL/TwInOutplanmasterService.cs b/SGGL/BLL/CLGL/TwInOutplanmasterService.cs index e12cc084..4703223d 100644 --- a/SGGL/BLL/CLGL/TwInOutplanmasterService.cs +++ b/SGGL/BLL/CLGL/TwInOutplanmasterService.cs @@ -1,7 +1,6 @@ using EmitMapper; using FineUIPro; using Microsoft.Office.Interop.Word; -using Microsoft.SqlServer.Dts.Runtime; using MiniExcelLibs; using Model; using NPOI.Util;