public interface FwHstRestService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
deleteFwHstByFwHstIndex(String fwHstIndex) |
void |
delFwhsHst(String fwHsIndex,
String hslx) |
void |
delFwLjzPmt(String fwDcbIndex) |
List<FwHsDO> |
listHstDeficiency(String fwDcbIndex) |
String |
queryFwHstBase64(String fwHsIndex) |
String |
queryFwHstBase64ByBdcdyh(String bdcdyh) |
FwHstDO |
queryHstByIndex(String fwHstIndex) |
String |
queryLjzPmtBase64(String fwDcbIndex) |
FwHstDO |
saveHst(FwHstRequestDTO fwHstRequestDTO) |
FwHstDO |
saveLjzPmt(FwHstRequestDTO fwHstRequestDTO) |
@DeleteMapping(value="/building/rest/v1.0/hst/{fwHstIndex}")
Integer deleteFwHstByFwHstIndex(@PathVariable(value="fwHstIndex")
String fwHstIndex)
fwHstIndex - @DeleteMapping(value="/building/rest/v1.0/hst/delfwhshst/{fwHsIndex}/{hslx}")
void delFwhsHst(@PathVariable(value="fwHsIndex")
String fwHsIndex,
@PathVariable(value="hslx")
String hslx)
fwHsIndex - @DeleteMapping(value="/building/rest/v1.0/hst/delfwljzpmt/{fwDcbIndex}")
void delFwLjzPmt(@PathVariable(value="fwDcbIndex")
String fwDcbIndex)
fwDcbIndex - @GetMapping(value="/building/rest/v1.0/hst/deficiency/{fwDcbIndex}")
List<FwHsDO> listHstDeficiency(@PathVariable(value="fwDcbIndex")
String fwDcbIndex)
fwDcbIndex - @PutMapping(value="/building/rest/v1.0/hst") FwHstDO saveHst(@RequestBody FwHstRequestDTO fwHstRequestDTO)
fwHstRequestDTO - @PutMapping(value="/building/rest/v1.0/hst/pmt") FwHstDO saveLjzPmt(@RequestBody FwHstRequestDTO fwHstRequestDTO)
fwHstRequestDTO - @GetMapping(value="/building/rest/v1.0/hst/{fwHstIndex}")
FwHstDO queryHstByIndex(@PathVariable(value="fwHstIndex")
String fwHstIndex)
fwHstIndex - @GetMapping(value="/building/rest/v1.0/hst/pmt/base64/{fwDcbIndex}")
String queryLjzPmtBase64(@PathVariable(name="fwDcbIndex")
String fwDcbIndex)
fwDcbIndex - @GetMapping(value="/building/rest/v1.0/hst/base64/{fwHsIndex}")
String queryFwHstBase64(@PathVariable(name="fwHsIndex")
String fwHsIndex)
fwHsIndex - Copyright © 2020 GTMAP. All rights reserved.