feat(frontend): ProductResponse 类型增加 active_duration_hours
- 与后端 ProductResponse 字段同步,供产品管理页/任务全景页展示滞留时长
This commit is contained in:
@ -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 物料选项 */
|
||||
|
||||
Reference in New Issue
Block a user