pms-v1/server/service/system/enter.go

25 lines
450 B
Go

package system
type ServiceGroup struct {
JwtService
ApiService
MenuService
UserService
CasbinService
InitDBService
AutoCodeService
BaseMenuService
AuthorityService
DictionaryService
SystemConfigService
OperationRecordService
DictionaryDetailService
AuthorityBtnService
SysExportTemplateService
AutoCodePlugin autoCodePlugin
AutoCodePackage autoCodePackage
AutoCodeHistory autoCodeHistory
AutoCodeTemplate autoCodeTemplate
}