69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "modeliodata",
|
|
"title": "模型输入输出数据",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "数据名",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "label",
|
|
"title": "标题",
|
|
"type": "str",
|
|
"length": 500
|
|
},
|
|
{
|
|
"name": "datatype",
|
|
"title": "数据类型",
|
|
"type": "str",
|
|
"length": 2
|
|
},
|
|
{
|
|
"name": "uitype",
|
|
"title": "输入类型",
|
|
"type": "str",
|
|
"length": 2
|
|
},
|
|
{
|
|
"name": "length",
|
|
"title": "长度",
|
|
"type": "short"
|
|
},
|
|
{
|
|
"name": "dec",
|
|
"title": "小数点数",
|
|
"type": "short"
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "uitype",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='uitype'"
|
|
},
|
|
{
|
|
"field": "datatype",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='datatype'"
|
|
}
|
|
]
|
|
} |