refactor(models): convert to json format per database-table-definition-spec
This commit is contained in:
parent
a88457bb2a
commit
d85789fa3e
@ -3,7 +3,9 @@
|
||||
{
|
||||
"name": "dashboard_config",
|
||||
"title": "仪表板配置",
|
||||
"primary": "id",
|
||||
"primary": [
|
||||
"id"
|
||||
],
|
||||
"catelog": "entity"
|
||||
}
|
||||
],
|
||||
|
||||
@ -3,7 +3,9 @@
|
||||
{
|
||||
"name": "report_template",
|
||||
"title": "报表模板",
|
||||
"primary": "id",
|
||||
"primary": [
|
||||
"id"
|
||||
],
|
||||
"catelog": "entity"
|
||||
}
|
||||
],
|
||||
|
||||
@ -3,7 +3,9 @@
|
||||
{
|
||||
"name": "user_dashboard",
|
||||
"title": "用户仪表板",
|
||||
"primary": "id",
|
||||
"primary": [
|
||||
"id"
|
||||
],
|
||||
"catelog": "entity"
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user