[
{
"ProductCode": "string",
"SpecDesc": "string",
"SpecNum": 0,
"SpecUnit": "string"
}
]curl --location --request POST '/api/CaiHua_Business_App_ProductSpecRemoteBO/ImportProductSpec' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"ProductCode": "string",
"SpecDesc": "string",
"SpecNum": 0,
"SpecUnit": "string"
}
]'{
"Result": {
"AddCount": 0,
"EditCount": 0
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}