彻底重构-3

This commit is contained in:
yml
2026-04-09 12:24:14 +08:00
parent 606ef875e2
commit 60054adcc4
37 changed files with 1324 additions and 3630 deletions
+10 -1
View File
@@ -140,7 +140,16 @@ export interface AdminTaskOperations {
}
export interface AdminTaskActionResponse {
task: Record<string, unknown>
task: {
taskId: number
taskNo: string
status: string
inventoryItemId: number | null
claimTokenId: number | null
reservedCdkId?: number | null
lastError: string
updatedAt: string
}
claimUrl?: string
token?: string
}