Authorization: Bearer ********************{
"id": 25591,
"fileNumber": "文件编号",
"fileName": "文件名称",
"description": "文件描述",
"category": 1,
"businessType": 2,
"folderId": 27518,
"currentVersion": "当前版本",
"status": "1",
"versionNumber":"版本号",
"filePath":"物理文件存储路径",
"checkoutBy":"123"
}curl --location '/admin-api/plm/files/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 25591,
"fileNumber": "文件编号",
"fileName": "文件名称",
"description": "文件描述",
"category": 1,
"businessType": 2,
"folderId": 27518,
"currentVersion": "当前版本",
"status": "1",
"versionNumber":"版本号",
"filePath":"物理文件存储路径",
"checkoutBy":"123"
}'{"code":0,"data":25591,"msg":"成功"}