mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-24 08:07:58 +00:00
20 lines
304 B
Go
20 lines
304 B
Go
|
|
package system
|
||
|
|
|
||
|
|
type ServiceGroup struct {
|
||
|
|
JwtService
|
||
|
|
ApiService
|
||
|
|
AuthorityService
|
||
|
|
AutoCodeService
|
||
|
|
AutoCodeHistoryService
|
||
|
|
BaseMenuService
|
||
|
|
CasbinService
|
||
|
|
DictionaryService
|
||
|
|
DictionaryDetailService
|
||
|
|
EmailService
|
||
|
|
InitDBService
|
||
|
|
MenuService
|
||
|
|
OperationRecordService
|
||
|
|
SystemConfigService
|
||
|
|
UserService
|
||
|
|
}
|