curl --location --request GET '/zk/erp-registration/report/receivable-and-payable-statistics'
{
"code": 0,
"data": {
"statisticsVoList": [
{
"month": "",
"orderReceivableAmount": 0.0,
"orderPayableAmount": 0.0,
"orderReceivedAmount": 0.0,
"orderFinalPayment": 0.0,
"orderActualPayment": 0.0,
"orderPayableBalance": 0.0,
"profit": 0.0
}
],
"orderReceivableAmountAll": 0.0,
"orderPayableAmountAll": 0.0,
"orderReceivedAmountAll": 0.0,
"orderFinalPaymentAll": 0.0,
"orderActualPaymentAll": 0.0,
"orderPayableBalanceAll": 0.0,
"profitAll": 0.0
},
"msg": ""
}