调整订单列表待处理数量口径

This commit is contained in:
andy
2026-07-20 12:05:54 +07:00
parent d7b24cbef7
commit c5244bc652
12 changed files with 149 additions and 14 deletions

View File

@@ -71,6 +71,7 @@ export interface ReservationOrderListItem {
group_code: string | null
display_name: string
open_task_count: number | null
open_work_item_count: number | null
next_processable_task_id: string | null
next_v4_order_task_id?: string | null
next_v4_action_card_id?: string | null