{
"pageIndex": 0,
"pageSize": 0,
"sqlTitle": "string",
"searchObjects": [
{
"sort": 0,
"label": "string",
"name": "string",
"type": "string",
"operator": 0,
"text": "string",
"value": null,
"comboxItem": [
{
"value": "string",
"text": "string"
}
]
}
]
}
curl --location --request POST '/spu/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": 0,
"pageSize": 0,
"sqlTitle": "string",
"searchObjects": [
{
"sort": 0,
"label": "string",
"name": "string",
"type": "string",
"operator": 0,
"text": "string",
"value": null,
"comboxItem": [
{
"value": "string",
"text": "string"
}
]
}
]
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": {
"rows": [
{
"id": 0,
"spu_code": "string",
"spu_name": "string",
"category_id": 0,
"category_name": "string",
"spu_description": "string",
"supplier_id": 0,
"supplier_name": "string",
"brand": "string",
"origin": "string",
"length_unit": 0,
"volume_unit": 0,
"weight_unit": 0,
"creator": "string",
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"is_valid": true,
"detailList": [
{
"id": 0,
"spu_id": 0,
"sku_code": "string",
"sku_name": "string",
"bar_code": "string",
"weight": 0,
"lenght": 0,
"width": 0,
"height": 0,
"volume": 0,
"unit": "strin",
"cost": 0,
"price": 0,
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"detailList": [
{
"id": 0,
"sku_id": 0,
"warehouse_id": 0,
"warehouse_name": "string",
"safety_stock_qty": 0
}
]
}
]
}
],
"totals": 0
}
}