public interface IBaseFileService<E extends IBaseEntity,I extends BaseInParamVo,O extends IBaseOutParamVo> extends IBaseQueryService<E,I,O>
| 限定符和类型 | 方法和说明 |
|---|---|
default cloud.agileframework.common.util.file.poi.ExcelFile |
download()
列表查询
|
default String |
fileName()
下载的文件名字
|
default Object |
template()
列表查询
|
default String |
templatePath()
模板文件的路径
|
default cloud.agileframework.mvc.base.RETURN |
upload(org.springframework.web.multipart.MultipartFile file)
列表查询
|
default cloud.agileframework.common.util.file.poi.POIUtil.VERSION |
version() |
detailSql, handingDetailVo, handingListVo, list, listSql, page, queryById, treedao, dataManager, getEntityClass, getInVoClass, getOutVoClass, service, toOutVo, toSingleOutVo, validate, validateEntity, validateEntityExistsclean, deleteById, deleteByIds, list, list, page, page, queryById, queryOne, saveData, saveData, security, toSort, tree, updateData@Mapping(value="${agile.base-service.upload:/upload}",
method=POST)
default cloud.agileframework.mvc.base.RETURN upload(@AgileInParam(value="file")
org.springframework.web.multipart.MultipartFile file)
@Mapping(value="${agile.base-service.download:/download}",
method={POST,GET})
default cloud.agileframework.common.util.file.poi.ExcelFile download()
@Mapping(value="${agile.base-service.template:/template}",
method={GET,POST})
default Object template()
default String fileName()
default String templatePath() throws NoSuchFileException
default cloud.agileframework.common.util.file.poi.POIUtil.VERSION version()
Copyright © 2022. All rights reserved.