Files
sundynix-radio-be/service/enter.go
T
2026-02-27 13:54:01 +08:00

12 lines
148 B
Go

package service
import (
"sundynix-go/service/system"
)
var GroupApp = new(Group)
type Group struct {
SystemServiceGroup system.ServiceGroup
}