Files
ZERO_CODE/ZeroCodeProject/dependency/json_data_in_need/data.json
vermouth789 fe39320977 123
123
2026-01-11 00:11:34 +08:00

189 lines
4.4 KiB
JSON

{
"table_name": "zero_code_model",
"table_fields": [
{
"name": "model_name",
"cn_name": "模型名称",
"field_type": "CharField",
"options": {
"primary_key": "False",
"max_length": 150,
"null": "False",
"blank": "False",
"default": "default",
"is_editable": "True",
"is_visible": "True"
},
"additional": {
"show_type": "input",
"show_data_source": "",
"show_fields": [],
"can_additional_data_field": ""
}
},
{
"name": "model_status",
"cn_name": "模型状态",
"field_type": "IntegerField",
"options": {
"primary_key": "False",
"max_length": "255",
"null": "False",
"blank": "False",
"default": "110",
"is_editable": "True",
"is_visible": "True"
},
"additional": {
"show_type": "input",
"show_data_source": "",
"show_fields": [],
"can_additional_data_field": ""
}
},
{
"name": "model_info_json",
"cn_name": "结构json",
"field_type": "JSONField",
"options": {
"primary_key": "False",
"max_length": "255",
"null": "False",
"blank": "False",
"default": "default",
"is_editable": "True",
"is_visible": "True"
},
"additional": {
"show_type": "input",
"show_data_source": "",
"show_fields": [],
"can_additional_data_field": ""
}
},
{
"name": "belong_database",
"cn_name": "属于的数据库",
"field_type": "CharField",
"options": {
"primary_key": "False",
"max_length": 150,
"null": "False",
"blank": "False",
"default": "default",
"is_editable": "True",
"is_visible": "True"
},
"additional": {
"show_type": "input",
"show_data_source": "",
"show_fields": [],
"can_additional_data_field": ""
}
},
{
"name": "operation_limit",
"cn_name": "操作限制",
"field_type": "CharField",
"options": {
"primary_key": "False",
"max_length": 5,
"null": "False",
"blank": "False",
"default": "default",
"is_editable": "True",
"is_visible": "True"
},
"additional": {
"show_type": "input",
"show_data_source": "",
"show_fields": [],
"can_additional_data_field": ""
}
},
{
"name": "remark",
"cn_name": "备注",
"field_type": "CharField",
"options": {
"primary_key": "False",
"max_length": 300,
"null": "False",
"blank": "False",
"default": "default",
"is_editable": "True",
"is_visible": "True"
},
"additional": {
"show_type": "input",
"show_data_source": "",
"show_fields": [],
"can_additional_data_field": ""
}
},
{
"name": "model_cn_name",
"cn_name": "模型中文名",
"field_type": "CharField",
"options": {
"primary_key": "False",
"max_length": "255",
"null": "False",
"blank": "False",
"default": "default",
"is_editable": "True",
"is_visible": "True"
},
"additional": {
"show_type": "input",
"show_data_source": "",
"show_fields": [],
"can_additional_data_field": ""
}
},
{
"name": "sign",
"cn_name": "标识",
"field_type": "CharField",
"options": {
"primary_key": "False",
"max_length": "255",
"null": "False",
"blank": "False",
"default": "default",
"is_editable": "True",
"is_visible": "True"
},
"additional": {
"show_type": "input",
"show_data_source": "",
"show_fields": [],
"can_additional_data_field": ""
}
},
{
"name": "model_type",
"cn_name": "类型",
"field_type": "CharField",
"options": {
"primary_key": "False",
"max_length": "255",
"null": "False",
"blank": "False",
"default": "base",
"is_editable": "True",
"is_visible": "True"
},
"additional": {
"show_type": "input",
"show_data_source": "",
"show_fields": [],
"can_additional_data_field": ""
}
}
]
}