559
whywhyo
2023-07-16 8e93f63d7eab5c4f5d193763cbb2e81ea5476923
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")