chore: remove uapiset.json (table no longer exists)

This commit is contained in:
yumoqing 2026-05-21 15:50:19 +08:00
parent 0aa5a2a862
commit c7bbdb5bda

View File

@ -1,39 +0,0 @@
{
"summary": [
{
"name": "uapiset",
"title": "API集",
"primary": [
"id"
],
"catelog": "entity"
}
],
"fields": [
{
"name": "id",
"title": "id",
"type": "str",
"length": 32
},
{
"name": "name",
"title": "API集名称",
"type": "str",
"length": 200
},
{
"name": "description",
"title": "描述",
"type": "text",
"default": "0"
},
{
"name": "auth_apiname",
"title": "授权api名",
"type": "str",
"length": 200,
"nullable": "yes"
}
]
}