All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.shoulder.batch.constant.BatchConstants Maven / Gradle / Ivy

package org.shoulder.batch.constant;

/**
 * 导出类型
 *
 * @author lym
 */
public interface BatchConstants {

    /**
     * 批处理专用线程池名
     */
    String THREAD_NAME = "shoulderBatchThreadPool";

    String CSV = "csv";

    String EXCEL = "excel";

    String JSON = "json";


    String INDEX = "index";

    String RESULT = "result";

    String DETAIL = "detail";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy