61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "account_config",
|
|
"title": "账户配置表",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "subjectid",
|
|
"title": "科目id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "partytype",
|
|
"title": "主参与方类型",
|
|
"type": "str",
|
|
"length": 255,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "party1type",
|
|
"title": "从参与方类型",
|
|
"type": "str",
|
|
"length": 255,
|
|
"nullable": "yes"
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "party1type",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='partytype'"
|
|
},
|
|
{
|
|
"field": "subjectid",
|
|
"table": "subject",
|
|
"valuefield": "id",
|
|
"textfield": "name"
|
|
},
|
|
{
|
|
"field": "partytype",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='partytype'"
|
|
}
|
|
]
|
|
} |