105040 使用共享盘中的资料
This commit is contained in:
parent
e1f62d5a4e
commit
4d856bbfe5
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue