package v1
import (
"ai4m/api/v1/system"
)
type ApiGroup struct {
SystemApiGroup system.ApiGroup
}
var ApiGroupApp = new(ApiGroup)