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

13 lines
165 B
Go

package v1
import (
"sundynix-go/api/v1/system"
)
var ApiGroupApp = new(ApiGroup)
// ApiGroup 路由组
type ApiGroup struct {
SystemApiGroup system.ApiGroup
}