curl --location --request GET '/zk/erp-company-expenses/report'{
"code": 0,
"data": [
{
"department": "",
"orderReceivableAmountTotal": 0.0,
"orderReceivedAmountTotal": 0.0,
"orderFinalPaymentTotal": 0.0,
"orderPayableAmountTotal": 0.0,
"orderActualPaymentTotal": 0.0,
"orderPayableBalanceTotal": 0.0,
"item": [
{
"revenueAndExpenditureType": "",
"orderReceivableAmount": 0.0,
"orderReceivedAmount": 0.0,
"orderFinalPayment": 0.0,
"orderPayableAmount": 0.0,
"orderActualPayment": 0.0,
"orderPayableBalance": 0.0,
"comprehensiveProfit": 0.0
}
],
"comprehensiveProfitTotal": 0.0
}
],
"msg": ""
}