From 51b5b67f17052fb167932e4d71d1892dd176a5d9 Mon Sep 17 00:00:00 2001 From: wq <945983254@qq.com> Date: Wed, 22 May 2024 17:01:24 +0800 Subject: [PATCH] 3 --- SGGL/BLL/Common/Const.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs index 60ce8daa..f1bc27e2 100644 --- a/SGGL/BLL/Common/Const.cs +++ b/SGGL/BLL/Common/Const.cs @@ -3124,6 +3124,10 @@ namespace BLL /// public const string PreRunUrl = "File\\Excel\\TestRun\\系统划分.xlsx"; /// + /// 单位分部分项工程划分 + /// + public const string WBSDivisionUrl = "File\\Excel\\WBS\\单位分部分项工程划分.xlsx"; + /// /// 管道一览表 /// public const string PropertyUrl = "File\\Excel\\TestRun\\管道一览表.xlsx";