feige
2023-05-17 c5525856b70f4ac7b0c7085a8db4fbd5a09928af
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);