feat: 增加菜地图片

This commit is contained in:
2026-09-09 19:01:05 +08:00
parent 31af6e07e2
commit 8b563e8249
3 changed files with 22 additions and 28 deletions

View File

@@ -29,6 +29,7 @@ class CropUpdate(BaseModel):
class CropResponse(CropCreate):
id: int
images: Optional[list[str]] = None
model_config = {
"from_attributes": True