{
"id": 1,
"tableName": "sys_user",
"businessName": "用户",
"moduleName": "system",
"packageName": "com.youlai",
"entityName": "User",
"author": "youlaitech",
"parentMenuId": 1,
"fieldConfigs": [
{
"id": 0,
"columnName": "string",
"columnType": "string",
"fieldName": "string",
"fieldSort": 0,
"fieldType": "string",
"fieldComment": "string",
"isShowInList": 0,
"isShowInForm": 0,
"isShowInQuery": 0,
"isRequired": 0,
"maxLength": 0,
"formType": "1",
"queryType": "1",
"dictType": "string"
}
],
"backendAppName": "string",
"frontendAppName": "string"
}curl --location --request POST 'https://api.youlai.tech/api/v1/codegen//config' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"tableName": "sys_user",
"businessName": "用户",
"moduleName": "system",
"packageName": "com.youlai",
"entityName": "User",
"author": "youlaitech",
"parentMenuId": 1,
"fieldConfigs": [
{
"id": 0,
"columnName": "string",
"columnType": "string",
"fieldName": "string",
"fieldSort": 0,
"fieldType": "string",
"fieldComment": "string",
"isShowInList": 0,
"isShowInForm": 0,
"isShowInQuery": 0,
"isRequired": 0,
"maxLength": 0,
"formType": "1",
"queryType": "1",
"dictType": "string"
}
],
"backendAppName": "string",
"frontendAppName": "string"
}'{
"code": "string",
"data": {},
"msg": "string"
}