bygdata/api/v1/enter.go
liuzhiwang e57ec346ea add
2026-02-02 17:57:11 +08:00

14 lines
208 B
Go

package v1
import (
"byg-backend/api/v1/example"
"byg-backend/api/v1/system"
)
var ApiGroupApp = new(ApiGroup)
type ApiGroup struct {
SystemApiGroup system.ApiGroup
ExampleApiGroup example.ApiGroup
}