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

13 lines
155 B
Go

package router
import (
"sundynix-go/router/system"
)
var GroupApp = new(Group)
// Group 路由组
type Group struct {
System system.SysRouterGroup
}