liujiandao
2023-11-16 d20acf38c36c11ee4428c3e74a17f5870dc61b51
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)