curl --location --request GET 'http://localhost:8027/budget/submissionHistory/queryListAll?id=&budgetInputId=&budgetYear=&budgetDeptId=&record=&createUser=&updateUser=' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"budgetInputId": 0,
"budgetYear": "string",
"budgetDeptId": 0,
"record": "string",
"createUser": "string",
"updateUser": "string",
"createTime": "2019-08-24T14:15:22Z"
}
]
}