enter.go 481 B

1234567891011121314151617181920
  1. package autocode
  2. type ServiceGroup struct {
  3. // Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT.
  4. AutoCodeExampleService
  5. ContentService
  6. PlaceService
  7. ProblemInfoService
  8. ReadCountService
  9. UnitService
  10. ProblemTypeService
  11. UnitHistoryService
  12. ProblemReplyService
  13. OrganizationService
  14. PlaceProService
  15. UnitUserService
  16. UnitPlaceService
  17. AssignmentService
  18. // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
  19. }