!203 fix:Active Record

Merge pull request !203 from 王帅/main
This commit is contained in:
Michael Yang 2023-07-28 11:31:21 +00:00 committed by Gitee
commit 44aa1986c3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -63,7 +63,7 @@ export default defineConfig({
{text: '链式操作🔥🔥', link: '/zh/base/chain'},
{text: 'QueryWrapper', link: '/zh/base/querywrapper'},
{text: 'Db + Row', link: '/zh/base/db-row'},
{text: 'ActiveRecord', link: '/zh/base/active-record'},
{text: 'Active Record', link: '/zh/base/active-record'},
{text: 'IService', link: '/zh/base/service'},
{text: 'SpringBoot 配置文件', link: '/zh/base/configuration'},
{text: 'MyBatisFlexCustomizer', link: '/zh/base/mybatis-flex-customizer'},