Files
lckt-server/service/app/enter.go
2025-09-11 21:03:57 +08:00

12 lines
153 B
Go

package app
type ServiceGroup struct {
AppUserService
BannerService
OrderService
TeacherVipService
RedeemCodeService
WithService
DomainService
}