cockpit/Schemas/InfoSchemas.py

8 lines
122 B
Python
Raw Permalink Normal View History

2023-02-24 15:27:19 +08:00
from pydantic import BaseModel
class QueryInfoByType(BaseModel):
type: str
page: int = 1
pagesize: int = 10