enter.go 462 B

12345678910111213141516171819
  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. // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
  18. }