Files
36Wisdom/biz/controller/chapter_review.go
T
2026-08-14 13:34:21 +08:00

6 lines
86 B
Go

package controller
type chapterReview struct{}
var ChapterReview = &chapterReview{}