curl --location --request GET 'http://localhost:8081/dim/supplier/'
{
"code": 0,
"msg": "string",
"data": {
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"supplierName": "string",
"supplierLevel": "string",
"contactsName": "string",
"contactsPhoneNumber": "string",
"supplierAddress": "string",
"userId": 0,
"userName": "string"
}
}