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

com.jeesuite.common2.excel.ResultProcessor Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
/**
 * 
 */
package com.jeesuite.common2.excel;

import java.util.List;

/**
 * @description 
* @author vakin * @date 2017年1月18日 */ public interface ResultProcessor { int batchSize(); void process(List datas); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy