feat: 宏观状态动态从主干任务获取+任务树assignee中文姓名映射(后端+前端)
This commit is contained in:
@ -99,4 +99,6 @@ export interface ProductScanResponse {
|
||||
top_level_tasks: TaskSummary[];
|
||||
/** 完整递归任务树 — 供十字矩阵树状图渲染 */
|
||||
task_tree: TaskResponse[];
|
||||
/** 🔧 username→中文姓名映射 */
|
||||
assignee_names: Record<string, string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user