|  |  |  | @ -1,27 +0,0 @@ | 
			
		
	
		
			
				
					|  |  |  |  | package com.base; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | /** | 
			
		
	
		
			
				
					|  |  |  |  |  * <一句话功能简述> | 
			
		
	
		
			
				
					|  |  |  |  |  * <功能详细描述> | 
			
		
	
		
			
				
					|  |  |  |  |  * @author    chen | 
			
		
	
		
			
				
					|  |  |  |  |  * @version   [版本号,2016年9月8日] | 
			
		
	
		
			
				
					|  |  |  |  |  * @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; | 
			
		
	
		
			
				
					|  |  |  |  | } |