enter.go 145 B

1234567891011
  1. package v1
  2. import (
  3. "lc-base-frame/api/v1/system"
  4. )
  5. type ApiGroup struct {
  6. SystemApiGroup system.ApiGroup
  7. }
  8. var ApiGroupApp = new(ApiGroup)