Study/server/service/learning/enter.go

13 lines
191 B
Go

package learning
type ServiceGroup struct {
CourseService
ChapterService
KnowledgePointService
QuestionService
UserLearningService
WrongQuestionService
ExamService
UserExamService
}