{
"vehicle_code": "string",
"material_id": "string",
"qty": "string",
"ext_code": "string",
"supp_code": "string",
"supp_name": "string"
}curl --location --request POST 'http://127.0.0.1:8011/api/pda/iosln/groupPlate' \
--header 'Content-Type: application/json' \
--data-raw '{
"vehicle_code": "string",
"material_id": "string",
"qty": "string",
"ext_code": "string",
"supp_code": "string",
"supp_name": "string"
}'{
"status": 400,
"timestamp": "2025-08-11 10:07:29",
"message": "载具编码:LT0055已存在组盘信息,请 对数据进行核实!"
}