goweb-gin-demo/server/service/system/enter.go

14 lines
214 B
Go
Raw Normal View History

package system
type SystemServiceGroup struct {
UserService
JwtService
CasbinService
OperationRecordService
MenuService
BaseMenuService
SystemConfigService
FileUploadAndDownloadService
AuthorityService
}