From 8ff08f544e426036f392c0039af9c08a7626f1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=B4=8B?= <827544120@qq.com> Date: Wed, 3 Jul 2024 08:54:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/guide/further/mustLearn/codeGener?= =?UTF-8?q?ator.md.=20=E4=BF=AE=E5=A4=8D=E2=80=9C=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E8=A7=84=E5=88=99=E2=80=9D=20=E8=B7=B3=E8=BD=AC=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=EF=BC=8C=E5=8E=9F=E9=93=BE=E6=8E=A5=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 向洋 <827544120@qq.com> --- docs/guide/further/mustLearn/codeGenerator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/further/mustLearn/codeGenerator.md b/docs/guide/further/mustLearn/codeGenerator.md index cbe4148..1fa5c78 100644 --- a/docs/guide/further/mustLearn/codeGenerator.md +++ b/docs/guide/further/mustLearn/codeGenerator.md @@ -5,7 +5,7 @@ ::: ## 准备工作 -- 建立好数据表,请遵循数据表的 [[设计规则]](/further/mustLearn/db.md) +- 建立好数据表,请遵循数据表的 [[设计规则]](/guide/further/mustLearn/db.html) - 数据表注释和字段注释完善 ## 载入数据表 -- Gitee