修改试车管理

This commit is contained in:
2023-06-27 10:14:53 +08:00
parent f1c55719b3
commit 291d71f92c
34 changed files with 7375 additions and 662 deletions
+12
View File
@@ -3074,6 +3074,18 @@ namespace BLL
/// </summary>
public const string DesignDrawingsDataInUrl = "File\\Excel\\DataIn\\图纸收发记录导入模板.xls";
/// <summary>
/// 试车装置信息
/// </summary>
public const string PreRunUrl = "File\\Excel\\TestRun\\系统划分.xlsx";
/// <summary>
/// 管道一览表
/// </summary>
public const string PropertyUrl = "File\\Excel\\TestRun\\管道一览表.xlsx";
/// <summary>
/// 设备一览表
/// </summary>
public const string TechnologyUrl = "File\\Excel\\TestRun\\设备一览表.xlsx";
/// <summary>
/// NCR管理导入模版文件原始的虚拟路径
/// </summary>
public const string NCRManagementDataInUrl = "File\\Excel\\DataIn\\NCR管理导入模板.xls";