| 123456789101112131415161718 |
- package card
- import "log-server/service"
- type ApiGroup struct {
- // Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT.
- // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
- IdCardApi
- }
- var(
- idCardService = service.ServiceGroupApp.CardServiceGroup.IdCardService
- //gameListService = service.ServiceGroupApp.TypeServiceGroup.GameListService
- //loginTypeService = service.ServiceGroupApp.TypeServiceGroup.LoginTypeService
- //responsiblePersonService = service.ServiceGroupApp.TypeServiceGroup.ResponsiblePersonService
- //accountTypeService = service.ServiceGroupApp.TypeServiceGroup.AccountTypeService
- )
|