feat(新功能): 模特腿部编辑功能

fix(修复bug):
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhouchengrong
2025-03-05 11:19:35 +08:00
parent a79387dec2
commit 903c1ee6a4
4 changed files with 152 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
from pydantic import BaseModel
class MannequinModel(BaseModel):
mannequins: str
scale: list[float, float]
bucket_name: str
mannequin_name: str