This commit is contained in:
yumoqing 2025-08-05 16:25:15 +08:00
parent eb81fa3ce3
commit 0176bd9a51
2 changed files with 1 additions and 21 deletions

2
json/build.sh Executable file → Normal file
View File

@ -1,3 +1,3 @@
#!/usr/bin/bash #!/usr/bin/bash
xls2ui -m ../models -o ../wwwroot appbase *.json xls2ui -m ../models -o ../wwwroot uapi *.json

View File

@ -1,20 +0,0 @@
{
"tblname":"uapiset",
"params":{
"title":"API接口集",
"description":"支持的所有API接口",
"sortby":"name",
"browserfields":{
"exclouded":["id"],
"alters":{}
},
"editexclouded":["id"],
"subtables":[
{
"field":"usid",
"subtable": "uapi",
"title": "API"
}
]
}
}