diff --git a/SGGL/BLL/Common/Const.cs b/SGGL/BLL/Common/Const.cs index ce518791..2c908223 100644 --- a/SGGL/BLL/Common/Const.cs +++ b/SGGL/BLL/Common/Const.cs @@ -3184,6 +3184,20 @@ namespace BLL /// 开车方案编制计划模板文件原始虚拟路径 /// public const string SchemePlanTemplateUrl = "File\\Excel\\TestRun\\开车方案编制计划.xlsx"; + + /// + /// 培训报告 + /// + public const string TestRun_TrainRecordsUrl = "File\\Word\\TestRun\\生产人员培训执行情况报告.doc"; + + /// + /// 签到表 + /// + public const string TestRun_SignUrl = "File\\Word\\TestRun\\项目培训签到表.doc"; + /// + /// 开车责任分工表模板文件原始虚拟路径 + /// + public const string DutyTemplateUrl = "File\\Excel\\TestRun\\开车责任分工表.xlsx"; #endregion #region 绩效考核模板文件路径