{
"id": 10124,
"status": 1,
"businessId": 13482,
"businessType": "2",
"fileType": "2",
"fileName": "李四",
"path": "string",
"size": "string"
}
curl --location --request POST '/zk/erp-outbound-attachment/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 10124,
"status": 1,
"businessId": 13482,
"businessType": "2",
"fileType": "2",
"fileName": "李四",
"path": "string",
"size": "string"
}'
{
"code": 0,
"data": 0,
"msg": ""
}