彻底优化数据库字段

This commit is contained in:
yml
2026-05-24 20:49:37 +08:00
parent 80e01dc6d9
commit 5f6a4afcbb
28 changed files with 295 additions and 302 deletions
+3 -2
View File
@@ -14,9 +14,8 @@ export interface Order {
login_platform: string
rented_at?: string
estimated_duration_hours: number
rent_start_at?: string
rent_end_at?: string
rent_amount: number
owner_rent_amount: number
deposit_amount: number
platform_fee: number
account_snapshot?: Record<string, unknown>
@@ -34,6 +33,8 @@ export interface Checkout {
initiated_by: number
status: string
rent_amount: number
owner_rent_amount: number
platform_fee: number
deposit_amount: number
consumable_amount: number
coin_consumed_m: number