{
"accountingDate": "string",
"remark": "string"
}
curl --location --request POST '/PutOnShelves/addBill' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountingDate": "string",
"remark": "string"
}'
{
"code": "",
"message": "",
"data": {
"billId": 0,
"billNo": ""
}
}