jiangshuai
2023-12-19 f6bf0ee81b080a2bad55aa5bf261c68ab3d555f8
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)