123
whywhyo
2023-06-10 efc7fe9c194a12f7bebe7a5363ce7cd4f8330f2e
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")