ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfEventController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);