public interface ZrzRestService
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getMaxZrzhByDjh(String djh) |
org.springframework.data.domain.Page<Map> |
listZrzByPage(org.springframework.data.domain.Pageable pageable,
String paramJson) |
@PostMapping(value="/building/rest/v1.0/zrz/page") org.springframework.data.domain.Page<Map> listZrzByPage(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(name="paramJson",required=false) String paramJson)
pageable - paramJson - @GetMapping(value="/building/rest/v1.0/zrz/maxzrzh/{djh}")
int getMaxZrzhByDjh(@PathVariable(value="djh")
String djh)
djh - Copyright © 2020 GTMAP. All rights reserved.