1234567891011121314151617 |
- package autocode
- type ServiceGroup struct {
- // Code generated by github.com/flipped-aurora/gin-vue-admin/server Begin; DO NOT EDIT.
- AutoCodeExampleService
- ContentService
- PlaceService
- ProblemInfoService
- ReadCountService
- UnitService
- ProblemTypeService
- UnitHistoryService
- ProblemReplyService
- OrganizationService
- PlaceProService
- // Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
- }
|