实现酒店上下文单酒店收口

This commit is contained in:
andy
2026-07-10 15:31:51 +08:00
parent 7492c21350
commit d69f3975ef
52 changed files with 1183 additions and 188 deletions

View File

@@ -11,7 +11,7 @@ export type DebugEmlErrorCode =
| string
export interface DebugEmlUploadInput {
hotelId: string
hotelId?: string | null
debugUploadKey: string
file: File
runLabel?: string