public interface FwHsHistroyRestService
| 限定符和类型 | 方法和说明 |
|---|---|
FwHsDO |
getHFwHsByFwHsIndex(String fwHsIndex,
boolean last) |
List<List<FwHsBgHistoryDTO>> |
getHsBgHistoryByBdcdyh(String bdcdyh) |
List<List<FwHsBgHistoryDTO>> |
getHsBgHistoryByFwHsIndex(String fwHsIndex) |
List<FwHsBgHistoryNewDTO> |
getHsBgHistoryNewByBdcdyh(String bdcdyh) |
org.springframework.data.domain.Page<SSjHsbgljbDO> |
listHsbgHsitroyByPageJson(org.springframework.data.domain.Pageable pageable,
String paramJson) |
@PostMapping(value="/building/rest/v1.0/hs/histroy/page") org.springframework.data.domain.Page<SSjHsbgljbDO> listHsbgHsitroyByPageJson(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(value="paramJson",required=false) String paramJson)
bglx - bdcdyh - bgrq - pageable - return org.springframework.data.domain.Page@GetMapping(value="/building/rest/v1.0/hs/histroy/{fwHsIndex}")
List<List<FwHsBgHistoryDTO>> getHsBgHistoryByFwHsIndex(@PathVariable(value="fwHsIndex")
String fwHsIndex)
fwHsIndex - @GetMapping(value="/building/rest/v1.0/hs/histroy/bdcdyh") List<List<FwHsBgHistoryDTO>> getHsBgHistoryByBdcdyh(@RequestParam(name="bdcdyh") String bdcdyh)
bdcdyh - @GetMapping(value="/building/rest/v1.0/hs/histroynew/bdcdyh") List<FwHsBgHistoryNewDTO> getHsBgHistoryNewByBdcdyh(@RequestParam(name="bdcdyh") String bdcdyh)
bdcdyh - Copyright © 2020 GTMAP. All rights reserved.