订单支付记录

This commit is contained in:
liu
2026-08-14 01:58:57 +08:00
parent bf8ac68391
commit 889f987f17
15 changed files with 1044 additions and 16 deletions
+2
View File
@@ -76,6 +76,8 @@ export interface IBill {
total_amount: string;
/** 支付状态:0未支付 1已支付 */
status?: number;
/** 关联支付记录ID(0=未发起支付) */
payment_id?: number;
/** 付款时间(线下收款手动登记) */
paid_at?: string | null;
/** 付款备注(线下收款信息) */