refactor(models): convert to json format per database-table-definition-spec

This commit is contained in:
yumoqing 2026-05-27 13:23:33 +08:00
parent a88457bb2a
commit d85789fa3e
3 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,9 @@
{ {
"name": "dashboard_config", "name": "dashboard_config",
"title": "仪表板配置", "title": "仪表板配置",
"primary": "id", "primary": [
"id"
],
"catelog": "entity" "catelog": "entity"
} }
], ],

View File

@ -3,7 +3,9 @@
{ {
"name": "report_template", "name": "report_template",
"title": "报表模板", "title": "报表模板",
"primary": "id", "primary": [
"id"
],
"catelog": "entity" "catelog": "entity"
} }
], ],

View File

@ -3,7 +3,9 @@
{ {
"name": "user_dashboard", "name": "user_dashboard",
"title": "用户仪表板", "title": "用户仪表板",
"primary": "id", "primary": [
"id"
],
"catelog": "entity" "catelog": "entity"
} }
], ],