fix swagger

This commit is contained in:
2026-01-18 19:07:41 +08:00
parent 20ed44aa74
commit 7d3915aae2
319 changed files with 7888 additions and 4559 deletions

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// coachesDao is the data access object for the table coaches.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// commentsDao is the data access object for the table comments.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// containmentRepoDao is the data access object for the table containment_repo.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// departmentDao is the data access object for the table department.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// fansDao is the data access object for the table fans.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// forumCommentsDao is the data access object for the table forum_comments.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// forumPostsDao is the data access object for the table forum_posts.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// groupClassEnrollmentsDao is the data access object for the table group_class_enrollments.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// groupClassesDao is the data access object for the table group_classes.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// roleCardsDao is the data access object for the table role_cards.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// subscribeDao is the data access object for the table subscribe.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// trpgRoomDao is the data access object for the table trpg_room.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// userDepartmentDao is the data access object for the table user_department.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// usersDao is the data access object for the table users.

View File

@@ -5,7 +5,7 @@
package dao
import (
"leke/internal/dao/internal"
"TrangleAgent/internal/dao/internal"
)
// workoutLogsDao is the data access object for the table workout_logs.