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

@@ -5,7 +5,7 @@ import (
"backend/app/http/tenants"
"backend/app/http/users"
"backend/app/requests"
"backend/database/models/qvyun_v2/public/model"
"backend/database/schemas/public/model"
"backend/providers/jwt"
"github.com/gofiber/fiber/v3"

View File

@@ -8,7 +8,7 @@ import (
"backend/app/http/tenants"
"backend/app/http/users"
"backend/database/fields"
"backend/database/models/qvyun_v2/public/model"
"backend/database/schemas/public/model"
"backend/providers/jwt"
"backend/providers/pay"

View File

@@ -7,8 +7,8 @@ import (
"backend/app/requests"
"backend/database/fields"
"backend/database/models/qvyun_v2/public/model"
"backend/database/models/qvyun_v2/public/table"
"backend/database/schemas/public/model"
"backend/database/schemas/public/table"
"backend/pkg/utils"
"backend/providers/otel"