导出模块
parent
bbce433af9
commit
d42906fd45
|
@ -118,7 +118,7 @@ public class OrdersController {
|
||||||
}
|
}
|
||||||
|
|
||||||
//导出
|
//导出
|
||||||
@RequestMapping("/getOutAll")
|
@GetMapping("/getOutAll")
|
||||||
public void getOutAll(@Validated @RequestBody HttpServletResponse response){
|
public void getOutAll(@Validated @RequestBody HttpServletResponse response){
|
||||||
//创建工具类对象
|
//创建工具类对象
|
||||||
ExcelUtil<Orders> excelUtil = new ExcelUtil<>(Orders.class);
|
ExcelUtil<Orders> excelUtil = new ExcelUtil<>(Orders.class);
|
||||||
|
|
Loading…
Reference in New Issue