{"form":{"id":2,"supplier":"","time":"2024-09-30","number":"QTRKD0002","type":0,"total":100,"cost":10,"frame":1,"user":1,"person":"","logistic":{"key":"auto","number":""},"file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0,"cse":0},"info":[{"goods":2,"spec":"","cell":1,"warehouse":3,"price":10,"nums":"10","serial":[],"batch":"","mfg":"","total":100,"cost":10,"data":""}],"cost":[{"exp":3,"money":"10","data":""}]}
curl --location --request POST '/api/entry/save' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"form":{"id":2,"supplier":"","time":"2024-09-30","number":"QTRKD0002","type":0,"total":100,"cost":10,"frame":1,"user":1,"person":"","logistic":{"key":"auto","number":""},"file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0,"cse":0},"info":[{"goods":2,"spec":"","cell":1,"warehouse":3,"price":10,"nums":"10","serial":[],"batch":"","mfg":"","total":100,"cost":10,"data":""}],"cost":[{"exp":3,"money":"10","data":""}]}'
{
"state": "success",
"info": 2
}