{
"dept_id": -2147483648,
"tex_sort": -32768,
"tex_inuse_count": -2147483648,
"tex_laundry_count": -2147483648,
"tex_stock_count": -2147483648
}
curl --location --request PUT '/biz/bizDeptStock//' \
--header 'Content-Type: application/json' \
--data-raw '{
"dept_id": -2147483648,
"tex_sort": -32768,
"tex_inuse_count": -2147483648,
"tex_laundry_count": -2147483648,
"tex_stock_count": -2147483648
}'
{
"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
}