feat: 产品管理 — 当前位置显示真实姓名 + 编辑弹窗 + 删除确认
This commit is contained in:
@ -13,6 +13,7 @@ export interface ProductResponse {
|
||||
material_type: string | null;
|
||||
parent_product_id: string | null;
|
||||
current_location_id: string | null;
|
||||
current_location_name: string | null;
|
||||
overall_status: string | null;
|
||||
status: string;
|
||||
created_at: string;
|
||||
|
||||
Reference in New Issue
Block a user