curl --location --request GET 'http://localhost:8081/pjm/otherCost/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"otherCostId": 0,
"yearMonth": "string",
"year": 0,
"month": 0,
"userName": "string",
"projectId": 0,
"projectName": "string",
"costType": "string",
"money": 0,
"remark": "string",
"files": "string"
}
}