实现V4 Payment附件预览前端

This commit is contained in:
andy
2026-07-21 16:52:49 +07:00
parent 4b869a0ecd
commit 61380a9ed8
9 changed files with 878 additions and 24 deletions

View File

@@ -404,6 +404,18 @@ export interface ReservationV4RoomInformationDisplayModel extends ReservationRec
group_booking_status_options: ReservationV4RoomInformationStatusOption[]
}
export interface ReservationV4PaymentAttachmentSummary extends ReservationRecord {
attachment_id?: string | null
file_name?: string | null
content_type?: string | null
size_bytes?: number | string | null
is_image?: boolean | null
preview_available?: boolean | null
download_available?: boolean | null
external_media_id?: string | null
unavailable_reason_code?: string | null
}
export interface ReservationV4TaskCardResult {
card_id: string
card_type: ReservationV4CardType