From 45e433d5e9dd077df900b9698401da040f9fdf81 Mon Sep 17 00:00:00 2001 From: EafonYoung <7458078+eafonyoung@user.noreply.gitee.com> Date: Fri, 28 Jul 2023 09:31:00 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/zh/base/query.md.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=86=E6=9C=80=E5=90=8E=E5=88=86=E9=A1=B5=E7=B1=BB?= =?UTF-8?q?Page=E7=9A=84=E7=BB=93=E6=9E=9C=E9=9B=86=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=EF=BC=8C=E6=BA=90=E7=A0=81=E4=B8=AD=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E9=9B=86=E5=90=8D=E7=A7=B0=E6=98=AF=EF=BC=9Arecords?= =?UTF-8?q?=E8=80=8C=E4=B8=8D=E6=98=AFlist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: EafonYoung <7458078+eafonyoung@user.noreply.gitee.com> --- docs/zh/base/query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/base/query.md b/docs/zh/base/query.md index aae11392..bfbe5216 100644 --- a/docs/zh/base/query.md +++ b/docs/zh/base/query.md @@ -206,7 +206,7 @@ paginate 的返回值为 Page 对象,Page 类的定义如下: ```java public class Page implements Serializable { - private List list; // list result of this page + private List records; // list result of this page private int pageNumber; // page number private int pageSize; // result amount of this page private long totalPage; // total page