@RestController
@RequestMapping(value="${xforce.tenant.service.url.prefix:/api}/global${xforce.tenant.service.version:}/excelFileStories")
public class ExcelFileStoreController
extends java.lang.Object
Title:
Description:
Copyright: 2015~2020
Company/Department: xforceplus
| 构造器和说明 |
|---|
ExcelFileStoreController() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.api.common.response.ResponseEntity<java.util.List<ExcelBusinessTypeRespVo>> |
getBusinessType()
导入与导入文件列表
|
com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<ExcelFileStorePageRespVo>> |
page(ExcelFileStorePageReqVo query,
org.springframework.data.domain.Pageable pageable) |
com.xforceplus.api.common.response.ResponseEntity<ExcelFileStoreRerunRespVo> |
rerun(java.lang.Long id)
重新run
|
@GetMapping(name="\u4e1a\u52a1\u7c7b\u578b\u5217\u8868",
value="/businessType")
public com.xforceplus.api.common.response.ResponseEntity<java.util.List<ExcelBusinessTypeRespVo>> getBusinessType()
@GetMapping(name="\u5206\u9875\u5217\u8868\u67e5\u8be2") public com.xforceplus.api.common.response.ResponseEntity<org.springframework.data.domain.Page<ExcelFileStorePageRespVo>> page(ExcelFileStorePageReqVo query, org.springframework.data.domain.Pageable pageable)
@GetMapping(value="/rerun/{id}",
name="\u6839\u636eID\u91cd\u65b0\u6267\u884c\u5bfc\u5165\u6216\u5bfc\u51fa\u4efb\u52a1")
public com.xforceplus.api.common.response.ResponseEntity<ExcelFileStoreRerunRespVo> rerun(@PathVariable(value="id")
java.lang.Long id)
id -