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

14 lines
243 B
Go

package service
import (
"byg-backend/service/example"
"byg-backend/service/system"
)
var ServiceGroupApp = new(ServiceGroup)
type ServiceGroup struct {
SystemServiceGroup system.ServiceGroup
ExampleServiceGroup example.ServiceGroup
}