{
"code": 200,
"msg": "成功",
"data": [
{
"columnName": "id",
"columnComment": "主键",
"columnType": "int(10) unsigned"
},
{
"columnName": "name",
"columnComment": "名称",
"columnType": "varchar(60)"
},
{
"columnName": "sort",
"columnComment": "排序",
"columnType": "smallint(5) unsigned"
},
{
"columnName": "is_show",
"columnComment": "是否显示: 0=否, 1=是",
"columnType": "tinyint(1) unsigned"
},
{
"columnName": "is_delete",
"columnComment": "是否删除: 0=否, 1=是",
"columnType": "tinyint(1) unsigned"
},
{
"columnName": "create_time",
"columnComment": "创建时间",
"columnType": "int(10) unsigned"
},
{
"columnName": "update_time",
"columnComment": "更新时间",
"columnType": "int(10) unsigned"
},
{
"columnName": "delete_time",
"columnComment": "删除时间",
"columnType": "int(10) unsigned"
}
]
}