enter.go 328 B

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