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

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhouchengrong
2025-03-20 20:23:35 +08:00
parent 53731e3894
commit 44d63af2ad
3 changed files with 34 additions and 53 deletions

View File

@@ -3,6 +3,8 @@ from pydantic import BaseModel
class MannequinModel(BaseModel):
mannequins: str
scale: list[float, float]
scale: float
bucket_name: str
mannequin_name: str
top: int
bottom: int