feat(frontend): ProductResponse 类型增加 active_duration_hours

- 与后端 ProductResponse 字段同步,供产品管理页/任务全景页展示滞留时长
This commit is contained in:
2026-08-28 10:46:13 +08:00
parent 90d615cbb0
commit d007c7b843

View File

@ -23,6 +23,7 @@ export interface ProductResponse {
latest_record_has_images: boolean;
latest_record_assignee_id: string | null;
latest_record_assignee_name: string | null;
active_duration_hours: number | null;
}
/** MOM 物料选项 */