public interface BdcZfcxRestService
| 限定符和类型 | 方法和说明 |
|---|---|
BdcResponseDTO |
listZfcx(BdcXxCxQO qo)
version 1.0
|
BdcInterfaceDTO |
listZfcxByNum(BdcZfcxQO bdcZfcxQO)
version 1.0
|
org.springframework.data.domain.Page<BdcZfcxDTO> |
listZfcxByPage(int page,
int size,
org.springframework.data.domain.Sort sort,
BdcZfcxQO bdcZfcxQO)
version 1.0
|
FileUploadDTO |
zfcxExport(BdcZfcxExportQO exportQO)
version 1.0
|
@PostMapping(value="/realestate-analysis/rest/v1.0/bdc/zfcx") BdcResponseDTO listZfcx(@RequestBody BdcXxCxQO qo)
qo - @PostMapping(value="/realestate-analysis/rest/v1.0/zfcx/page") org.springframework.data.domain.Page<BdcZfcxDTO> listZfcxByPage(@RequestParam(value="page") int page, @RequestParam(value="size") int size, @RequestParam(value="sort",required=false) org.springframework.data.domain.Sort sort, @RequestBody BdcZfcxQO bdcZfcxQO)
page - 当前页 从0开始size - 每页显示记录数sort - 排序字段@PostMapping(value="/realestate-analysis/rest/v1.0/zfcx/num") BdcInterfaceDTO listZfcxByNum(@RequestBody BdcZfcxQO bdcZfcxQO)
bdcZfcxQO - 查询条件@PostMapping(value="/realestate-analysis/rest/v1.0/zfcx/detail") FileUploadDTO zfcxExport(@RequestBody BdcZfcxExportQO exportQO)
exportQO - Copyright © 2020 GTMAP. All rights reserved.