Authorization: Bearer ********************curl --location --request GET '/shengchengtuopanzhuanyi/query-tin-transfer-list?pageIndex=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"code": 10000,
"message": "success",
"data": {
"id": "string",
"moveDate": "string",
"inventoryType": "string",
"bin": "string",
"tin": "string",
"cusCode": "string",
"cusName": "string",
"goodsID": "string",
"goodsNum": 0,
"goodsName": "string",
"produceDate": "string",
"produceShelfLife": "string",
"produceUnit": "string",
"moveSta": "string",
"toBin": "string"
}
}