diff --git a/SGGL/BLL/BLL.csproj b/SGGL/BLL/BLL.csproj
index ea01de06..b8bfa829 100644
--- a/SGGL/BLL/BLL.csproj
+++ b/SGGL/BLL/BLL.csproj
@@ -271,6 +271,7 @@
+
diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs
index b5f1c295..80b375dc 100644
--- a/SGGL/BLL/Common/Const.cs
+++ b/SGGL/BLL/Common/Const.cs
@@ -3424,9 +3424,9 @@ namespace BLL
///
public const string TemQuantityTemplateUrl = "File\\Excel\\DataIn\\工程量清单模板.xlsx";
///
- /// 合同执行跟踪导入模板
+ /// 合同价格信息导入模板
///
- public const string TemContractTrackTemplateUrl = "File\\Excel\\DataIn\\合同执行跟踪导入模板.xlsx";
+ public const string TemContractTrackTemplateUrl = "File\\Excel\\DataIn\\合同价格信息导入模板.xlsx";
#endregion
diff --git a/SGGL/BLL/Common/MultiHeaderTable.cs b/SGGL/BLL/Common/MultiHeaderTable.cs
new file mode 100644
index 00000000..1e99cd70
--- /dev/null
+++ b/SGGL/BLL/Common/MultiHeaderTable.cs
@@ -0,0 +1,142 @@
+using FineUIPro;
+using System.Collections.Generic;
+using System;
+///
+/// 处理多表头的类
+///
+public class MultiHeaderTable
+{
+ // 包含 rowspan,colspan 的多表头,方便生成 HTML 的 table 标签
+ public List> MultiTable = new List>();
+ // 最终渲染的列数组
+ public List Columns = new List();
+
+
+ public void ResolveMultiHeaderTable(GridColumnCollection columns)
+ {
+ List