{
"createTime": "2019-08-24T14:15:22.123Z",
"goodsCode": "string",
"goodsName": "string",
"goodsShortName": "string",
"id": "string",
"imgUrl": "string",
"isAfterSale": true,
"isPickGoods": true,
"materialType": "string",
"model": "string",
"remark": "string",
"sort": 0,
"state": 0,
"taxRate": 0,
"typeId": "string",
"unitId": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"version": "string"
}curl --location --request POST '/scm-common/public/goods' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "2019-08-24T14:15:22.123Z",
"goodsCode": "string",
"goodsName": "string",
"goodsShortName": "string",
"id": "string",
"imgUrl": "string",
"isAfterSale": true,
"isPickGoods": true,
"materialType": "string",
"model": "string",
"remark": "string",
"sort": 0,
"state": 0,
"taxRate": 0,
"typeId": "string",
"unitId": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"version": "string"
}'{
"code": 0,
"data": {},
"encrypt": true,
"extension": {},
"message": "string",
"success": true
}