package service
import (
"ai4m/service/system"
)
type SvcGroup struct {
SystemServiceGroup system.ServiceGroup
}
var SvcGroupApp = new(SvcGroup)