feat: 产品管理 — 当前位置显示真实姓名 + 编辑弹窗 + 删除确认

This commit is contained in:
2026-08-07 15:38:01 +08:00
parent d3d501dfeb
commit bc43b5a732
5 changed files with 254 additions and 180 deletions

View File

@ -50,6 +50,7 @@ class ProductResponse(BaseModel):
material_type: str | None = None
parent_product_id: uuid.UUID | None
current_location_id: str | None = None
current_location_name: str | None = None
overall_status: str | None = None
status: str
created_at: datetime