Files
sora_python/app/schemas/attribute.py

7 lines
116 B
Python
Raw Normal View History

2024-03-28 10:30:18 +08:00
from pydantic import BaseModel
class AttributeModel(BaseModel):
upload_img_path: list
upload_img_id: list