enter.go 649 B

12345678910111213141516
  1. package card
  2. type ApiGroup struct {
  3. // Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT.
  4. // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
  5. IdCardApi
  6. }
  7. var(
  8. //gameService = service.ServiceGroupApp.TypeServiceGroup.GameChannelService
  9. //gameListService = service.ServiceGroupApp.TypeServiceGroup.GameListService
  10. //loginTypeService = service.ServiceGroupApp.TypeServiceGroup.LoginTypeService
  11. //responsiblePersonService = service.ServiceGroupApp.TypeServiceGroup.ResponsiblePersonService
  12. //accountTypeService = service.ServiceGroupApp.TypeServiceGroup.AccountTypeService
  13. )