feat(新功能): 模特编辑功能参数修改

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhouchengrong
2025-03-25 17:33:25 +08:00
parent d029bdb944
commit 9fd911500b
3 changed files with 9 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ from pydantic import BaseModel
class MannequinModel(BaseModel):
mannequins: str
scale: float
resize_pixel: float
bucket_name: str
mannequin_name: str
top: int