curl --location --request GET 'http://192.168.20.159:8080/gen/gen/column/' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"data": {
"total": 0,
"list": [
{
"createDept": 0,
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"columnId": 0,
"tableId": 0,
"columnName": "string",
"columnComment": "string",
"columnType": "string",
"javaType": "string",
"javaField": "string",
"isPk": "string",
"isIncrement": "string",
"isRequired": "string",
"isInsert": "string",
"isEdit": "string",
"isList": "string",
"isQuery": "string",
"queryType": "string",
"htmlType": "string",
"dictType": "string",
"sort": 0,
"list": true,
"pk": true,
"insert": true,
"edit": true,
"usableColumn": true,
"superColumn": true,
"increment": true,
"query": true,
"capJavaField": "string",
"required": true
}
]
},
"code": 0,
"msg": "string"
}