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",
|
"name": "dashboard_config",
|
||||||
"title": "仪表板配置",
|
"title": "仪表板配置",
|
||||||
"primary": "id",
|
"primary": [
|
||||||
|
"id"
|
||||||
|
],
|
||||||
"catelog": "entity"
|
"catelog": "entity"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@ -3,7 +3,9 @@
|
|||||||
{
|
{
|
||||||
"name": "report_template",
|
"name": "report_template",
|
||||||
"title": "报表模板",
|
"title": "报表模板",
|
||||||
"primary": "id",
|
"primary": [
|
||||||
|
"id"
|
||||||
|
],
|
||||||
"catelog": "entity"
|
"catelog": "entity"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@ -3,7 +3,9 @@
|
|||||||
{
|
{
|
||||||
"name": "user_dashboard",
|
"name": "user_dashboard",
|
||||||
"title": "用户仪表板",
|
"title": "用户仪表板",
|
||||||
"primary": "id",
|
"primary": [
|
||||||
|
"id"
|
||||||
|
],
|
||||||
"catelog": "entity"
|
"catelog": "entity"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user