73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "prodtypespec",
|
|
"title": "产品类型规格",
|
|
"primary": [
|
|
"id"
|
|
],
|
|
"catelog": "entity"
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "prodtypeid",
|
|
"title": "产品类型id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "部件名",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "label",
|
|
"title": "部件标题",
|
|
"type": "str",
|
|
"length": 100
|
|
},
|
|
{
|
|
"name": "is_multispec",
|
|
"title": "是否多规格",
|
|
"type": "str",
|
|
"length": 1
|
|
},
|
|
{
|
|
"name": "required",
|
|
"title": "是否必须",
|
|
"type": "str",
|
|
"length": 1,
|
|
"nullable": "no"
|
|
}
|
|
],
|
|
"codes": [
|
|
{
|
|
"field": "prodtypeid",
|
|
"table": "prodtype",
|
|
"valuefield": "id",
|
|
"textfield": "name"
|
|
},
|
|
{
|
|
"field": "is_multispec",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='yesno'"
|
|
},
|
|
{
|
|
"field": "required",
|
|
"table": "appcodes_kv",
|
|
"valuefield": "k",
|
|
"textfield": "v",
|
|
"cond": "parentid='yesno'"
|
|
}
|
|
]
|
|
} |