{"form":{"id":0,"name":"整装芒果1","time":"2024-09-29","number":"BOM0002","frame":1,"user":1,"person":"","file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0},"info":[{"goods":2,"type":1,"spec":"","cell":1,"nums":1,"data":""},{"goods":1,"type":0,"spec":"","cell":"","nums":1,"data":""}]}
curl --location --request POST '/api/bom/save' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"form":{"id":0,"name":"整装芒果1","time":"2024-09-29","number":"BOM0002","frame":1,"user":1,"person":"","file":[],"field":{"a":"","b":"","c":"","d":"","e":""},"data":"","examine":0},"info":[{"goods":2,"type":1,"spec":"","cell":1,"nums":1,"data":""},{"goods":1,"type":0,"spec":"","cell":"","nums":1,"data":""}]}'
{
"state": "string",
"info": 0
}