导出模块

dev2
Aaaaaaaa 2024-09-03 11:28:08 +08:00
parent bbce433af9
commit d42906fd45
1 changed files with 1 additions and 1 deletions

View File

@ -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);