Files
AiDA_Python/app/schemas/mannequin_edit.py
zhouchengrong 9fd911500b feat(新功能): 模特编辑功能参数修改
fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
2025-03-25 17:33:25 +08:00

11 lines
184 B
Python

from pydantic import BaseModel
class MannequinModel(BaseModel):
mannequins: str
resize_pixel: float
bucket_name: str
mannequin_name: str
top: int
bottom: int