enter.go 297 B

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