init
This commit is contained in:
@@ -33,8 +33,7 @@ public class CaiAnchorAppController {
|
|||||||
|
|
||||||
@GetMapping("/page")
|
@GetMapping("/page")
|
||||||
@Operation(summary = "查询主播-分页")
|
@Operation(summary = "查询主播-分页")
|
||||||
public TableDataInfo<AnchorListVo> page(@Parameter(description = "name") PageQuery page,
|
public TableDataInfo<AnchorListVo> page(PageQuery page, AnchorListQuery query){
|
||||||
@Parameter(description = "name2") AnchorListQuery query){
|
|
||||||
Page<AnchorListVo> res = anchorService.pageApp(page,query);
|
Page<AnchorListVo> res = anchorService.pageApp(page,query);
|
||||||
return TableDataInfo.build(res);
|
return TableDataInfo.build(res);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user