public interface FwYcHsRestService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
deleteYcHsByFwHsIndex(String fwHsIndex) |
org.springframework.data.domain.Page<Map> |
glListYchsByPage(org.springframework.data.domain.Pageable pageable,
String paramJson) |
FwYchsDO |
insertFwYcHs(FwYchsDO fwYchsDO) |
List<FwYchsDO> |
listFwYchsByFwDcbIndex(String fwDcbIndex) |
org.springframework.data.domain.Page<FwYchsDO> |
listYchsByPage(org.springframework.data.domain.Pageable pageable,
String paramJson) |
FwYchsDO |
queryFwYcHsByBdcdyh(String bdcdyh) |
FwYchsDO |
queryFwYcHsByFwHsIndex(String fwHsIndex) |
YchsAndQlrResponseDTO |
queryYchsAndQlrByBdcdyh(String bdcdyh) |
Integer |
updateFwYcHs(FwYchsDO fwYchsDO,
boolean updateNull) |
void |
ycscHsGl(YcScHsGlRequestDTO ycScHsGlDTO) |
void |
ycscHsQxGl(YcScHsGlRequestDTO ycScHsGlDTO) |
void |
ycscZzgl(YcScHsZzglRequestDTO ycScHsZzglRequestDTO) |
void |
ycscZzQxgl(String fwDcbIndex) |
@GetMapping(value="/building/rest/v1.0/ychs/bdcdy/{bdcdyh}")
FwYchsDO queryFwYcHsByBdcdyh(@PathVariable(value="bdcdyh")
String bdcdyh)
bdcdyh - @PostMapping(value="/building/rest/v1.0/ychs") FwYchsDO insertFwYcHs(@RequestBody FwYchsDO fwYchsDO)
fwYchsDO - @PutMapping(value="/building/rest/v1.0/ychs") Integer updateFwYcHs(@RequestBody FwYchsDO fwYchsDO, @RequestParam(name="updateNull",required=false) boolean updateNull)
fwYchsDO - updateNull - true表示空字段更新,false,表示空字段不更新@DeleteMapping(value="/building/rest/v1.0/ychs/{fwHsIndex}")
Integer deleteYcHsByFwHsIndex(@PathVariable(value="fwHsIndex")
String fwHsIndex)
fwHsIndex - @PostMapping(value="/building/rest/v1.0/ychs/listbypage") org.springframework.data.domain.Page<FwYchsDO> listYchsByPage(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(value="paramJson",required=false) String paramJson)
pageable - paramJson - @PostMapping(value="/building/rest/v1.0/ychs/gl/listbypage") org.springframework.data.domain.Page<Map> glListYchsByPage(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(value="paramJson",required=false) String paramJson)
pageable - paramJson - @GetMapping(value="/building/rest/v1.0/ychs/ychsqlr/{bdcdyh}")
YchsAndQlrResponseDTO queryYchsAndQlrByBdcdyh(@PathVariable(value="bdcdyh")
String bdcdyh)
bdcdyh - @GetMapping(value="/building/rest/v1.0/ychs/{fwHsIndex}")
FwYchsDO queryFwYcHsByFwHsIndex(@PathVariable(value="fwHsIndex")
String fwHsIndex)
fwHsIndex - @GetMapping(value="/building/rest/v1.0/ychs/list/{fwDcbIndex}")
List<FwYchsDO> listFwYchsByFwDcbIndex(@PathVariable(value="fwDcbIndex")
String fwDcbIndex)
fwDcbIndex - @PostMapping(value="/building/rest/v1.0/ychs/ycschsgl")
void ycscHsGl(@RequestBody
YcScHsGlRequestDTO ycScHsGlDTO)
ycScHsGlDTO - @PostMapping(value="/building/rest/v1.0/ychs/ycschsqxgl")
void ycscHsQxGl(@RequestBody
YcScHsGlRequestDTO ycScHsGlDTO)
ycScHsGlDTO - @GetMapping(value="/building/rest/v1.0/ychs/qxzzgl/{fwDcbIndex}")
void ycscZzQxgl(@PathVariable(value="fwDcbIndex")
String fwDcbIndex)
fwDcbIndex - @PostMapping(value="/building/rest/v1.0/ychs/zzgl")
void ycscZzgl(@RequestBody
YcScHsZzglRequestDTO ycScHsZzglRequestDTO)
ycScHsZzglRequestDTO - Copyright © 2020 GTMAP. All rights reserved.