From 6e7b601c36136aa4cc7af61c65d7a11bb44e4e5b Mon Sep 17 00:00:00 2001 From: wcq Date: Mon, 15 May 2023 09:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Utils/CodeMake/CrudTemplate/Schemas.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utils/CodeMake/CrudTemplate/Schemas.py b/Utils/CodeMake/CrudTemplate/Schemas.py index 9648956..ca292a7 100644 --- a/Utils/CodeMake/CrudTemplate/Schemas.py +++ b/Utils/CodeMake/CrudTemplate/Schemas.py @@ -32,6 +32,8 @@ class EditItemTypeUpdateRes(EditItemTypeInfo): class EditItemTypeQuery(EditItemTypeInfo): + page:Optional[int] + page_size:Optional[int] pass