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