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