This commit is contained in:
yumoqing 2025-01-17 12:07:31 +08:00
parent ef4aa3aa95
commit ce6ebf948b

View File

@ -1,16 +1,19 @@
{ {
"tblname":"prodtype", "tblname":"prodtype",
"params":{ "params":{
"data_params":{
"parrentid":"null"
},
"browserfields": { "browserfields": {
"exclouded": ["id"], "exclouded": ["id", "parentid" ],
"alters": {} "alters": {}
}, },
"editexclouded": [ "editexclouded": [
"id" "id", "parentid"
], ],
"subtables":[ "subtables":[
{ {
"parentid", "field":"parentid",
"title":"产品类型", "title":"产品类型",
"subtable":"prodtype" "subtable":"prodtype"
} }