From b72a16b55cffd2cd63f7376d40627ddaf5178f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=95=8F?= Date: Mon, 23 Dec 2024 11:47:58 +0800 Subject: [PATCH] =?UTF-8?q?chore(REQ-3282):=20=E8=B0=83=E6=95=B4README?= =?UTF-8?q?=E3=80=82=E5=A2=9E=E5=8A=A0Page=E6=8E=A5=E5=8F=A3=E7=9A=84=20?= =?UTF-8?q?=E5=85=A5=E5=8F=82=E3=80=81=E5=87=BA=E5=8F=82=20=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E7=B1=BB=E6=8F=8F=E8=BF=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26e5ccd..c7c9ebe 100644 --- a/README.md +++ b/README.md @@ -202,5 +202,12 @@ * 业务异常快捷判定 > cn.axzo.foundation.exception.Axssert -* 分页参数基类 -* \ No newline at end of file +* 分页参数 +入参: cn.axzo.foundation.page.PageReqV2 +出参: cn.axzo.foundation.page.PageResp +``` + public class ListNodeUserReq extends PageReqV2 { + + } + +```