whywhyo
2023-07-14 4e94b05b765acb54053123580c570468d41371e1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZSecretController.java
@@ -49,6 +49,14 @@
    }
    /**
     * 根据id查询
     */
    @GetMapping()
    public AjaxResult listById(Long id){
        return AjaxResult.success(zSecretService.getById(id));
    }
    /**
     * 模板
     */
    @GetMapping("/model")