enter.go 215 B

123456789101112
  1. package service
  2. import (
  3. "lc-base-frame/service/system"
  4. )
  5. type ServiceGroup struct {
  6. SystemServiceGroup system.ServiceGroup
  7. //ExampleServiceGroup example.ServiceGroup
  8. }
  9. var ServiceGroupApp = new(ServiceGroup)