{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"delFlag": 0,
"goodId": 0,
"goodName": "string",
"goodNumber": "string",
"id": 0,
"lastUpdateBy": "string",
"lastUpdateTime": "2019-08-24T14:15:22Z",
"surplusCostPrice": 0,
"surplusStock": 0,
"tenantId": 0,
"totalCostPrice": 0,
"totalStock": 0,
"type": 0,
"warehouseId": 0,
"warehouseName": "string"
}
curl --location --request POST 'http://127.0.0.1:8585/warehouseGoods/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"delFlag": 0,
"goodId": 0,
"goodName": "string",
"goodNumber": "string",
"id": 0,
"lastUpdateBy": "string",
"lastUpdateTime": "2019-08-24T14:15:22Z",
"surplusCostPrice": 0,
"surplusStock": 0,
"tenantId": 0,
"totalCostPrice": 0,
"totalStock": 0,
"type": 0,
"warehouseId": 0,
"warehouseName": "string"
}'
{
"code": 0,
"data": {},
"msg": "string"
}