from typing import Any, Dict, List, Optional from pydantic import BaseModel, Field class Book(BaseModel): book_name: str = Field(...
確定! 回上一頁