From 629c33a32299dccc163db7dd3f7d1916b990a70f Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Wed, 24 Jan 2024 09:29:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/Common/Const.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 绩效考核模板文件路径