{
"id": 0,
"goodsCode": "string",
"goodsSku": "string",
"skuName": "string",
"skuImage": "string",
"originPrice": 0,
"presentPrice": 0,
"distributionAmount": 0,
"commissionRate": 0,
"remark": "string",
"isDelete": 0,
"storage": 0
}
curl --location --request POST '/back/mlGoodsSku/addGoodsSku' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"goodsCode": "string",
"goodsSku": "string",
"skuName": "string",
"skuImage": "string",
"originPrice": 0,
"presentPrice": 0,
"distributionAmount": 0,
"commissionRate": 0,
"remark": "string",
"isDelete": 0,
"storage": 0
}'
{
"empty": true,
"property1": {},
"property2": {}
}