{"form":{"id":2,"time":"2024-09-30","number":"CBTZD0002","frame":1,"user":1,"person":"","file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0},"info":[{"goods":2,"spec":"","cell":1,"warehouse":3,"price":"10","data":""}]}
curl --location --request POST '/api/adj/save' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"form":{"id":2,"time":"2024-09-30","number":"CBTZD0002","frame":1,"user":1,"person":"","file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0},"info":[{"goods":2,"spec":"","cell":1,"warehouse":3,"price":"10","data":""}]}'
{
"state": "success",
"info": 2
}