feat: 产品管理 — 当前位置显示真实姓名 + 编辑弹窗 + 删除确认
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user