[Snow Team] frontend-fixer-2: auto-commit work

This commit is contained in:
yml
2026-06-09 17:04:40 +08:00
parent f5b38ff772
commit 42a54b474a
16 changed files with 376 additions and 130 deletions
@@ -12,8 +12,8 @@ export interface AdminWalletLedger {
order_id?: number
order_no: string
direction: LedgerDirection
amount: number
balance_after: number
amount_cent: number
balance_after_cent: number
balance_type: BalanceType
biz_type: string
biz_no: string
@@ -9,9 +9,12 @@ export interface WithdrawalDetail {
user_id: number
user_nickname: string
user_phone: string
amount: number
fee: number
actual_amount: number
amount_cent: number
fee_cent: number
actual_amount_cent: number
amount?: number
fee?: number
actual_amount?: number
payment_account_id: number | null
account_type: string
account_name: string