diff --git a/src/com/base/Constant.java b/src/com/base/Constant.java index 3b1dcc59..b98fecb9 100644 --- a/src/com/base/Constant.java +++ b/src/com/base/Constant.java @@ -11,7 +11,10 @@ package com.base; public class Constant { /** 国际话配置文件文件-i18n.properties */ - public static String I18N_PROPERTIES_FIEL_PATH = "/com/base/i18n.properties"; + public final static String I18N_PROPERTIES_FIEL_PATH = "/com/base/i18n.properties"; + + /** 信息系统excel导出模板 */ + public final static String SYSTEM_INFO_EXCEL_TEMPLATE_FIEL_PATH = "/com/base/system_templates.xlsx"; /** WritefileThread-线程睡眠时间--3000 */ public final static long THREAD_SLEEP_WRITEFILETHREAD = 3000;