public interface BdcXxblShRestService
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
backBlShxx(String blshid)
退回补录审核信息
|
Integer |
checkIsSh(BdcBlShDO bdcBlShDO)
判断是否正在审核
|
List<BdcGzyzVO> |
dbYz(String gzlslid)
办结修改数据的审核信息
|
void |
endBlShxx(String blshid)
办结补录审核信息
|
void |
forwardBlShxx(BdcBlShDO bdcBlShDO)
转发补录审核信息
|
void |
generateBlShxx(BdcBlShDO bdcBlShDO)
生成补录审核信息
|
org.springframework.data.domain.Page<BlShPageResponseDTO> |
listBlShByPageJson(org.springframework.data.domain.Pageable pageable,
String bdcBlShQoStr)
补录审核页面后台服务
|
@PostMapping(value="/realestate-register/rest/v1.0/blxx/shxx") org.springframework.data.domain.Page<BlShPageResponseDTO> listBlShByPageJson(org.springframework.data.domain.Pageable pageable, @RequestParam(name="bdcBlShQoStr",required=false) String bdcBlShQoStr)
pageable - 分页对象bdcBlShQoStr - bdcBlShQo 的 json 串@PostMapping(value="/realestate-register/rest/v1.0/blxx/blsh")
void generateBlShxx(@RequestBody
BdcBlShDO bdcBlShDO)
bdcBlShDO - 不动产补录审核对象@PostMapping(value="/realestate-register/rest/v1.0/blxx/blsh/forward")
void forwardBlShxx(@RequestBody
BdcBlShDO bdcBlShDO)
bdcBlShDO - 不动产补录审核对象@GetMapping(value="/realestate-register/rest/v1.0/blxx/blsh/dbyz") List<BdcGzyzVO> dbYz(@RequestParam(value="gzlslid") String gzlslid) throws Exception
gzlslid - Exception@GetMapping(value="/realestate-register/rest/v1.0/blxx/blsh/end")
void endBlShxx(@RequestParam(value="blshid")
String blshid)
blshid - 补录审核 ID@PostMapping(value="/realestate-register/rest/v1.0/blxx/blsh/back")
boolean backBlShxx(@RequestParam(value="blshid")
String blshid)
blshid - 补录审核IDCopyright © 2020 GTMAP. All rights reserved.