|
@@ -24,4 +24,8 @@ public interface SmartSectionControllerAPI {
|
|
|
@GetMapping(value = "/queryPageSmartUser")
|
|
@GetMapping(value = "/queryPageSmartUser")
|
|
|
@ApiOperation(value = "用户分页数据", notes = "用户分页数据", httpMethod = "GET")
|
|
@ApiOperation(value = "用户分页数据", notes = "用户分页数据", httpMethod = "GET")
|
|
|
CommonResult queryPageSmartSection(@RequestParam int currentPage, @RequestParam int pageCount);
|
|
CommonResult queryPageSmartSection(@RequestParam int currentPage, @RequestParam int pageCount);
|
|
|
|
|
+
|
|
|
|
|
+ @GetMapping(value = "/deleteSmartSection")
|
|
|
|
|
+ @ApiOperation(value = "删除分段数据", notes = "删除分段数据", httpMethod = "GET")
|
|
|
|
|
+ CommonResult deleteSmartSection(@RequestParam int id);
|
|
|
}
|
|
}
|