{
"accessory": "string",
"createTime": "2019-08-24T14:15:22Z",
"expenseAccountId": 0,
"feeDesc": "string",
"feeMoney": 0,
"feeType": "string",
"id": 0,
"imageList": [
"string"
]
}
curl --location --request POST 'http://127.0.0.1:8585/expenseItem/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"accessory": "string",
"createTime": "2019-08-24T14:15:22Z",
"expenseAccountId": 0,
"feeDesc": "string",
"feeMoney": 0,
"feeType": "string",
"id": 0,
"imageList": [
"string"
]
}'
{
"code": 0,
"data": {},
"msg": "string"
}