curl --location --request GET '/biz/bizDeptStock/statRecordBySort/'
{
"count": 0,
"next": "http://example.com",
"previous": "http://example.com",
"results": [
{
"id": 0,
"dept_name": "string",
"texsort_name": "string",
"dept_id": -2147483648,
"tex_sort": -32768,
"tex_inuse_count": -2147483648,
"tex_laundry_count": -2147483648,
"tex_stock_count": -2147483648
}
]
}