enter.go 466 B

1234567891011121314151617181920
  1. package autocode
  2. type RouterGroup struct {
  3. // Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT.
  4. AutoCodeExampleRouter
  5. ContentRouter
  6. PlaceRouter
  7. ProblemInfoRouter
  8. ReadCountRouter
  9. UnitRouter
  10. ProblemTypeRouter
  11. UnitHistoryRouter
  12. ProblemReplyRouter
  13. OrganizationRouter
  14. PlaceProRouter
  15. UnitUserRouter
  16. UnitPlaceRouter
  17. AssignmentRouter
  18. // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
  19. }