public interface BdcGzZhRestService
| 限定符和类型 | 方法和说明 |
|---|---|
List<BdcGzyzTsxxDTO> |
bdcGzyzTsxx(String ywgzid,
BdcGzZhQO bdcGzZhQO) |
List<Map> |
checkSjSql(String sjSql) |
Integer |
deleteBdcGzZhByZhid(String zhid) |
BdcGzZhDO |
insertBdcGzZh(BdcGzZhDO bdcGzZhDO) |
List<BdcGzyzTsxxDTO> |
listBdcGzyzTsxx(BdcGzZhQO bdcGzZhQO) |
List<BdcGzyzTsxxDTO> |
listBdcGzyzTsxxForTrans(String processInsId) |
org.springframework.data.domain.Page<GzZhResponseDTO> |
listBdcGzZhByPageJson(org.springframework.data.domain.Pageable pageable,
String gzzhmc,
String zhid) |
BdcGzZhDO |
queryBdcGzZhByZhid(String zhid) |
Integer |
updateBdcGzZh(BdcGzZhDO bdcGzZhDO) |
@RequestMapping(path="/realestate-rules/rest/v1.0/zh/list",
method=POST)
List<BdcGzyzTsxxDTO> listBdcGzyzTsxx(@RequestBody
BdcGzZhQO bdcGzZhQO)
bdcGzZhQO - @RequestMapping(path="/realestate-rules/rest/v1.0/zh/{ywgzid}",
method=POST)
List<BdcGzyzTsxxDTO> bdcGzyzTsxx(@PathVariable(value="ywgzid")
String ywgzid,
@RequestBody
BdcGzZhQO bdcGzZhQO)
bdcGzZhQO - ywgzid - @PostMapping(value="/realestate-rules/rest/v1.0/gzzh/page") org.springframework.data.domain.Page<GzZhResponseDTO> listBdcGzZhByPageJson(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(name="gzzhmc",required=false) String gzzhmc, @RequestParam(name="zhid",required=false) String zhid)
pageable - gzzhmc - zhid - @GetMapping(value="/realestate-rules/rest/v1.0/gzzh/{zhid}")
BdcGzZhDO queryBdcGzZhByZhid(@PathVariable(value="zhid")
String zhid)
zhid - @PostMapping(value="/realestate-rules/rest/v1.0/gzzh") BdcGzZhDO insertBdcGzZh(@RequestBody BdcGzZhDO bdcGzZhDO)
bdcGzZhDO - @PutMapping(value="/realestate-rules/rest/v1.0/gzzh") Integer updateBdcGzZh(@RequestBody BdcGzZhDO bdcGzZhDO)
bdcGzZhDO - @DeleteMapping(value="/realestate-rules/rest/v1.0/gzzh/{zhid}")
Integer deleteBdcGzZhByZhid(@PathVariable(value="zhid")
String zhid)
zhid - @PostMapping(path="/realestate-rules/rest/v1.0/zh/list/{processInsId}")
List<BdcGzyzTsxxDTO> listBdcGzyzTsxxForTrans(@PathVariable(value="processInsId")
String processInsId)
processInsId - Copyright © 2020 GTMAP. All rights reserved.