public interface BdcSdqghRestService
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
diangh(String processInsId,
String isOneWebSource)
电过户
|
List<Map> |
getSdqSqbYwDyData(String processInsId)
获取一窗打印的登记库的 水电气业务数据
|
Integer |
insertSdqghDO(BdcSdqghDO bdcSdqghDO) |
boolean |
qigh(String processInsId,
String isOneWebSource)
气过户
|
List<BdcSdqghDO> |
querySdqyw(BdcSdqywQO bdcSdqywQO)
通过传入参数返回不动产项目水电气业务实体集合
|
boolean |
shuigh(String processInsId,
String isOneWebSource)
水过户
|
BdcSdqBlztResponseDTO |
updateSdqBlzt(BdcSdqBlztRequestDTO bdcSdqBlztRequestDTO) |
@PostMapping(path="/realestate-inquiry/rest/v1.0/insertSdqgh") Integer insertSdqghDO(@RequestBody BdcSdqghDO bdcSdqghDO)
bdcSdqghDO - @PostMapping(path="/realestate-inquiry/rest/v1.0/sdqghxx/list") List<BdcSdqghDO> querySdqyw(@RequestBody BdcSdqywQO bdcSdqywQO)
bdcSdqywQO - 水电气业务查询qo@PostMapping(path="/realestate-inquiry/rest/v1.0/sdqgh/shuigh/{processInsId}/{isOneWebSource}")
boolean shuigh(@PathVariable(value="processInsId")
String processInsId,
@PathVariable(value="isOneWebSource")
String isOneWebSource)
processInsId - @PostMapping(path="/realestate-inquiry/rest/v1.0/sdqgh/diangh/{processInsId}/{isOneWebSource}")
boolean diangh(@PathVariable(value="processInsId")
String processInsId,
@PathVariable(value="isOneWebSource")
String isOneWebSource)
processInsId - @PostMapping(path="/realestate-inquiry/rest/v1.0/sdqgh/qigh/{processInsId}/{isOneWebSource}")
boolean qigh(@PathVariable(value="processInsId")
String processInsId,
@PathVariable(value="isOneWebSource")
String isOneWebSource)
processInsId - @GetMapping(path="/realestate-inquiry/rest/v1.0/sdqgh/SdqSqbYwDy/{processInsId}")
List<Map> getSdqSqbYwDyData(@PathVariable(value="processInsId")
String processInsId)
processInsId - @PostMapping(path="/realestate-inquiry/rest/v1.0/sdqgh/updateSdqgh") BdcSdqBlztResponseDTO updateSdqBlzt(@RequestBody BdcSdqBlztRequestDTO bdcSdqBlztRequestDTO)
bdcSdqBlztRequestDTO - Copyright © 2020 GTMAP. All rights reserved.