This commit is contained in:
阿沐 2024-07-30 10:50:24 +08:00
parent 3103c585a4
commit cfd774ef24

View File

@ -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