curl --location --request GET '/goodsowner/all'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": [
{
"id": 0,
"goods_owner_name": "string",
"city": "string",
"address": "string",
"manager": "string",
"contact_tel": "string",
"creator": "string",
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"is_valid": true
}
]
}