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";