From 4d856bbfe535f8ca0eeff72953a3d2cbec1082cc Mon Sep 17 00:00:00 2001 From: lihanbo Date: Sat, 16 Nov 2024 08:43:06 +0800 Subject: [PATCH] =?UTF-8?q?105040=20=E4=BD=BF=E7=94=A8=E5=85=B1=E4=BA=AB?= =?UTF-8?q?=E7=9B=98=E4=B8=AD=E7=9A=84=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.WPFUI/Utils/MotorExcelHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Utils/MotorExcelHelper.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Utils/MotorExcelHelper.cs index d1ac996..3d6474c 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Utils/MotorExcelHelper.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Utils/MotorExcelHelper.cs @@ -12,7 +12,7 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Utils public static MotorExcelHelper Instance = new(); private Stream dataFileStream; - public const string DATA_FILE_PATH = @"D:\Desktop\EPlan\线材选型";//@"\\192.168.1.160\plm系统文档\线材选型"; + public const string DATA_FILE_PATH = @"\\192.168.1.160\plm系统文档\线材选型";//@"\\192.168.1.160\plm系统文档\线材选型"; private const string DATA_FILE_NAME = "线材选型数据表.xlsx"; private const string DATA_FILE_NAME_BOM = "BOM表.xlsx"; private const string TEMPLATE_FILE_NAME = "下单定制线模板.xlsx";