{
"id": 0,
"tableName": "string",
"entityName": "string",
"tableComment": "string",
"functionAuthor": "string",
"remarks": "string",
"genTpl": "string",
"moduleName": "string",
"functionName": "string",
"genType": 0,
"treePrimary": "string",
"treeParent": "string",
"treeName": "string",
"subTableFk": "string",
"subTableFr": "string",
"subTableName": "string",
"menuStatus": 0,
"menuPid": 0,
"menuName": "string",
"columns": [
{
"id": 0,
"columnComment": "string",
"javaType": "string",
"javaField": "string",
"isPk": 0,
"isIncrement": 0,
"isRequired": 0,
"isInsert": 0,
"isEdit": 0,
"isList": 0,
"isQuery": 0,
"queryType": "string",
"htmlType": "string",
"dictType": "string"
}
]
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/gen/editTable' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"tableName": "string",
"entityName": "string",
"tableComment": "string",
"functionAuthor": "string",
"remarks": "string",
"genTpl": "string",
"moduleName": "string",
"functionName": "string",
"genType": 0,
"treePrimary": "string",
"treeParent": "string",
"treeName": "string",
"subTableFk": "string",
"subTableFr": "string",
"subTableName": "string",
"menuStatus": 0,
"menuPid": 0,
"menuName": "string",
"columns": [
{
"id": 0,
"columnComment": "string",
"javaType": "string",
"javaField": "string",
"isPk": 0,
"isIncrement": 0,
"isRequired": 0,
"isInsert": 0,
"isEdit": 0,
"isList": 0,
"isQuery": 0,
"queryType": "string",
"htmlType": "string",
"dictType": "string"
}
]
}'
{
"code": 200,
"msg": "成功",
"data": []
}