{
"code": 200,
"message": "success",
"data": {
"id": 1,
"reconciliation_no": "REC20250101001",
"buyer_id": 10,
"buyer_name": "采购商A",
"supplier_id": 20,
"supplier_name": "供应商A",
"period_date": "2025-01",
"order_count": 5,
"total_amount_cny": "1000.00",
"status": 0,
"buyer_confirm_time": null,
"supplier_confirm_time": null,
"dispute_reason": "",
"dispute_by": 0,
"resolved_at": null,
"remark": "",
"created_at": "2025-01-01 10:00:00",
"items": [
{
"id": 1,
"purchase_order_no": "PO20250101001",
"amount_cny": "300.00",
"finish_time": "2025-01-15 10:00:00"
}
]
}
}