修复人工复核任务卡类型映射

This commit is contained in:
andy
2026-07-09 19:29:09 +08:00
parent c1f9870fce
commit a5a251a3f3
5 changed files with 7 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ export type ReservationTaskCardType =
| 'TA_RECORD'
| 'MESSAGE_NOTIFICATION'
| 'MANUAL_REVIEW'
| 'FALLBACK_REVIEW'
export interface ReservationPageResult {
page_num: number