modify models to schemas

This commit is contained in:
Rogee
2025-01-21 11:22:22 +08:00
parent 4f47b5f090
commit 5b99870e74
41 changed files with 33 additions and 23 deletions

View File

@@ -6,9 +6,13 @@
{
"path": "frontend"
},
{
"path": "backend/database"
"name": "BACKEND_Database",
},
{
"path": "backend/app",
"name":"BACKEND_APP"
"name": "BACKEND_APP",
}
]
}