public interface ExcelHandlerService<Q,C,S extends BaseRow>
| 限定符和类型 | 方法和说明 |
|---|---|
default ExcelWriteData<S> |
getExportData(Q query)
导出
|
default com.swak.frame.dto.Response<RowErrResult> |
importRegister(C commandInput,
List<S> sheetData)
导入
|
default com.swak.frame.validation.ValidationResult |
validate(C commandInput,
List<S> rowDataList)
校验
|
default ExcelWriteData<S> getExportData(Q query)
query - default com.swak.frame.dto.Response<RowErrResult> importRegister(C commandInput, List<S> sheetData)
commandInput - sheetData - Copyright © 2023. All rights reserved.