This commit is contained in:
parent
3103c585a4
commit
cfd774ef24
|
@ -11,14 +11,6 @@ import java.util.List;
|
||||||
public interface ExcelFinishCallBack<T> {
|
public interface ExcelFinishCallBack<T> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 导出后置处理数据
|
|
||||||
* Do after all analysed.
|
|
||||||
*
|
|
||||||
* @param result the result
|
|
||||||
*/
|
|
||||||
void doAfterAllAnalysed(List<T> result);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Do save batch.
|
* Do save batch.
|
||||||
*
|
*
|
||||||
* @param result the result
|
* @param result the result
|
||||||
|
|
Loading…
Reference in New Issue
Block a user