ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfEventController.java
@@ -51,7 +51,7 @@ /** * 获取导入模板 */ @GetMapping("/model") @PostMapping("/model") public void getExportModel(HttpServletResponse response){ List<ZfEventExcelBean> list = Collections.singletonList(new ZfEventExcelBean()); ExcelUtil<ZfEventExcelBean> util = new ExcelUtil<>(ZfEventExcelBean.class);