!367 【轻量级 PR】:update docs/zh/base/chain.md.

Merge pull request !367 from HunnyOvO/N/A
This commit is contained in:
Michael Yang 2023-10-12 23:33:39 +00:00 committed by Gitee
commit 82c6608259
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -124,9 +124,7 @@ WHERE `id` >= 100 AND `age` = 18
### `page()` 系列方法 ### `page()` 系列方法
- page(page):分页查询数据列表 - page(page):分页查询数据列表
- pageWithRelations(page):分页查询数据列表及其关联数据
- pageAs(page):分页查询数据列表,并直接转换为 vo、dto 等 - pageAs(page):分页查询数据列表,并直接转换为 vo、dto 等
- pageWithRelationsAs(page):分页查询数据列表,及其关联数据,并直接转换为 vo、dto 等
### `obj()` 系列方法 ### `obj()` 系列方法