Files
sundynix-radio-be/service/radio/enter.go
T
2026-03-05 16:54:25 +08:00

15 lines
206 B
Go

package radio
type ServiceGroup struct {
CategoryService
ChannelService
ProgramService
SubscriptionService
InteractionService
PayService
OrderService
VipService
}
var GroupApp = new(ServiceGroup)