Files
sundynix-go/api/v1/enter.go
T
2025-04-26 22:41:16 +08:00

11 lines
160 B
Go

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