zqy
2024-08-08 f95968f0465e2332eea578785822c51719e9e10f
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZSelfNoteController.java
@@ -60,7 +60,7 @@
    /**
     * 模板
     */
    @GetMapping("/model")
    @PostMapping("/model")
    public void getModel(HttpServletResponse response){
        ZSelfNote zSelfNote = new ZSelfNote();
        List<ZSelfNote> emptyList = Collections.singletonList(zSelfNote);