liujiandao
2024-01-03 3f5aa5f14c56e55a05902c7e3b9b112eb23ee80d
service/enter.go
@@ -1,15 +1,13 @@
package service
import (
   "srm/service/example"
   "srm/service/system"
   "srm/service/test"
)
type ServiceGroup struct {
   SystemServiceGroup  system.ServiceGroup
   ExampleServiceGroup example.ServiceGroup
   TestServiceGroup    test.ServiceGroup
   SystemServiceGroup system.SystemConfigService
   TestServiceGroup   test.ServiceGroup
}
var ServiceGroupApp = new(ServiceGroup)