兼容接入订单租期字段

This commit is contained in:
yml
2026-05-24 18:24:39 +08:00
parent e69d08ca9f
commit 778e08a261
9 changed files with 211 additions and 85 deletions
+2
View File
@@ -12,6 +12,8 @@ export interface Order {
title: string
server_region: string
login_platform: string
rented_at?: string
estimated_duration_hours: number
rent_start_at?: string
rent_end_at?: string
rent_amount: number