enter.go 178 B

1234567891011
  1. package v1
  2. import (
  3. "github.com/flipped-aurora/gin-vue-admin/server/api/v1/system"
  4. )
  5. type ApiGroup struct {
  6. SystemApiGroup system.ApiGroup
  7. }
  8. var ApiGroupApp = new(ApiGroup)