appbase/models/params.json

31 lines
609 B
JSON

{
"summary": [
{
"name": "params",
"title": "参数表",
"primary": [
"id"
]
}
],
"fields": [
{
"name": "id",
"title": "id",
"type": "str",
"length": 32
},
{
"name": "params_name",
"title": "参数名称",
"type": "str",
"length": 255
},
{
"name": "params_value",
"title": "参数值",
"type": "str",
"length": 4000
}
]
}