curl --location --request GET '/zk/erp-company-expenses/statistic/payment'{
"code": 0,
"data": [
{
"department": "",
"list": [
{
"department": "",
"revenueAndExpenditureType": "",
"orderReceivableAmount": 0.0,
"orderReceivedAmount": 0.0,
"orderFinalPayment": 0.0,
"orderPayableAmount": 0.0,
"orderActualPayment": 0.0,
"orderPayableBalance": 0.0,
"comprehensiveProfit": 0.0
}
]
}
],
"msg": ""
}