|
|
return new ResponseEntity<>(pageInfo,HttpStatus.OK);
|
|
return new ResponseEntity<>(pageInfo,HttpStatus.OK);
|
|
|
public ResponseEntity<PageInfo> getChannelInTreeNode(@PathVariable String deviceId, @RequestParam(required = false) String parentId, int page, int count){
|
|
public ResponseEntity<PageInfo> getChannelInTreeNode(@PathVariable String deviceId, @RequestParam(required = false) String parentId, int page, int count){
|