{
"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 '/stock/select' \
--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,
"sku_id": 0,
"goods_location_id": 0,
"qty": 0,
"goods_owner_id": 0,
"is_freeze": true,
"last_update_time": "2019-08-24T14:15:22Z",
"tenant_id": 0,
"warehouse_name": "string",
"location_name": "string",
"spu_code": "string",
"spu_name": "string",
"sku_code": "string",
"sku_name": "string",
"unit": "string",
"qty_available": 0,
"goods_owner_name": "string",
"series_number": "string"
}
],
"totals": 0
}
}