curl --location --request GET 'http://localhost:8081/fim/ofRevenueWithoutTickets/list?id=&approvalStatus=&deptId=&incomeType=&paymentDate=&receivedAmount=&payee=&financialConfirmationDate=&remark='
{
"total": 0,
"rows": [
{
"id": 0,
"approvalStatus": "string",
"deptId": 0,
"deptName": "string",
"incomeType": "string",
"paymentDate": "2019-08-24",
"receivedAmount": 0,
"payee": "string",
"payeeName": "string",
"financialConfirmationDate": "2019-08-24T14:15:22Z",
"remark": "string",
"procInstId": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}