@Documented @Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface ImportExcel
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
fileName
前端上传字段名称 file
|
boolean |
ignoreEmptyRow
是否跳过空行
|
Class<? extends ListAnalysisEventListener<?>> |
readListener
读取的监听器类
|
public abstract String fileName
public abstract Class<? extends ListAnalysisEventListener<?>> readListener
Copyright © 2022. All rights reserved.