From e552f60fb4a6a10876ff981a8eccb2836bef1611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E7=89=88=E5=B0=8F=E9=A5=AD=E5=9B=A2?= <9237716+miniriceball@user.noreply.gitee.com> Date: Mon, 25 Oct 2021 11:06:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/doc/houtai.md.=20=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/doc/houtai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc/houtai.md b/docs/doc/houtai.md index 9506660..1a2811f 100644 --- a/docs/doc/houtai.md +++ b/docs/doc/houtai.md @@ -147,7 +147,7 @@ class DemoFooMapper extends AbstractMapper #### 用户必须登录后才可以访问某个接口 使用范围 -- Class 使用再类上面,对该类的所有方法有效 +- Class 使用在类上面,对该类的所有方法有效 - Method 使用方法上面只对该方法有效 ## 权限验证注解 @Permission -- Gitee