✨ 新增几大中心功能
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/Go-Web-Template/server/service/app"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/service/common"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/service/system"
|
||||
)
|
||||
@@ -10,4 +11,5 @@ var ServiceGroupApp = new(ServiceGroup)
|
||||
type ServiceGroup struct {
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
CommonServiceGroup common.ServiceGroup
|
||||
AppServiceGroup app.ServiceGroup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user