This commit is contained in:
yumoqing 2025-07-23 17:15:36 +08:00
parent b5509536a4
commit 3357b9176b
6 changed files with 40 additions and 6 deletions

17
json/downapikey.json Normal file
View File

@ -0,0 +1,17 @@
{
"tblname": "apikey",
"title":"用户",
"params": {
"sortby":"name",
"confidential_fields":["apikey"],
"logined_userorgid":"orgid",
"browserfields": {
"exclouded": ["id", "apikey", "orgid", "userid" ],
"alters": {}
},
"editexclouded": [
"id", "apikey", "orgid", "userid"
]
}
}

23
json/downapp.json Normal file
View File

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

View File

@ -1,3 +0,0 @@
{
"tblname":"upapikey"
}

View File

@ -1,3 +0,0 @@
{
"tblname":"upapp"
}

BIN
models/downapikey.xlsx Normal file

Binary file not shown.

BIN
models/downapp.xlsx Normal file

Binary file not shown.