dapi/json/downapp.json
2025-07-23 17:15:36 +08:00

24 lines
478 B
JSON

{
"tblname": "downapp",
"title":"下位系统",
"params": {
"sortby":"id",
"confidential_fields":["secretkey"],
"browserfields": {
"exclouded": ["id", "secretkey" ],
"alters": {}
},
"editexclouded": [
],
"subtables": [
{
"field":"appid",
"title":"apikey",
"subtable":"downapikey"
}
]
}
}