curl --location --request GET '/asn/sorting'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": [
{
"id": 0,
"asn_id": 0,
"sorted_qty": 0,
"series_number": "string",
"putaway_qty": 0,
"creator": "string",
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"is_valid": true,
"tenant_id": 0
}
]
}