excel模板位置,合并constant

web_backend_develope
chenlw 9 years ago
parent 455d4e87d6
commit 04b7eeb447

@ -1,27 +0,0 @@
package com.base;
/**
* <>
* <>
* @author chen
* @version [201698]
* @see [/]
* @since [/]
*/
public class Constant {
/** 国际话配置文件文件-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;
/** CustomException记录报异常的对象的对象个数--10 */
public final static int CustomException_log_object_size = 10;
/** excel模板真实数据的起始行数 */
public final static int EXCEL_TEMPLATE_INIT_ROW = 8;
}

@ -10,6 +10,7 @@ import org.apache.log4j.Logger;
import com.platform.controller.DataModelController;
import com.platform.utils.Bean2MapUtils;
import com.platform.utils.Configs;
import com.platform.utils.Constant;
/**
* <>

@ -10,7 +10,7 @@ import java.util.Iterator;
import java.util.Map;
import java.util.Properties;
import com.base.Constant;
import com.platform.utils.Constant;
public class Resource {

Loading…
Cancel
Save