mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -26,6 +26,7 @@ import java.util.Map;
|
||||
*
|
||||
* @author looly
|
||||
* @since 5.4.4
|
||||
* @param <T> 结果类型
|
||||
*/
|
||||
public class BeanSheetReader<T> implements SheetReader<List<T>> {
|
||||
|
||||
|
@@ -26,6 +26,7 @@ import java.util.List;
|
||||
*
|
||||
* @author looly
|
||||
* @since 5.4.4
|
||||
* @param <T> 结果类型
|
||||
*/
|
||||
public abstract class BeanRowHandler<T> extends AbstractRowHandler<T> {
|
||||
|
||||
|
Reference in New Issue
Block a user