实现房表生成第二种名单样式

This commit is contained in:
andy
2026-07-24 11:55:29 +07:00
parent 14eda89b0b
commit eaea8787d9
22 changed files with 645 additions and 64 deletions

View File

@@ -12,6 +12,8 @@ export interface RoomingListGenerationInput {
file: File
hotelId?: string | null
peoplePerRoom: number
arrival?: string | null
departure?: string | null
roomType: string
paymentType?: string | null
nationality: string