This commit is contained in:
2026-04-23 18:51:49 +08:00
parent 3284321919
commit 6be9d4afb7
74 changed files with 7660 additions and 688 deletions
-1
View File
@@ -138,7 +138,6 @@ export interface IOrder {
checkOutDate: string;
nights: number;
roomPrice: number;
serviceFee: number;
couponDiscount: number;
totalAmount: number;
payAmount: number;