enter.go 389 B

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