![JAR search and dependency download from the Maven repository](/logo.png)
org.shoulder.batch.constant.BatchConstants Maven / Gradle / Ivy
package org.shoulder.batch.constant;
/**
* 导出类型
*
* @author lym
*/
public interface BatchConstants {
/**
* 批处理专用线程池名
*/
String BATCH_THREAD_POOL_NAME = "shoulderBatchThreadPool";
String CSV = "csv";
String EXCEL = "excel";
String JSON = "json";
String INDEX = "index";
String RESULT = "result";
String DETAIL = "detail";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy