基础架构变更 增加模块化
This commit is contained in:
15
server/service/enter.go
Normal file
15
server/service/enter.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"gin-vue-admin/service/autocode"
|
||||
"gin-vue-admin/service/example"
|
||||
"gin-vue-admin/service/system"
|
||||
)
|
||||
|
||||
type ServiceGroup struct {
|
||||
ExampleServiceGroup example.ServiceGroup
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
AutoCodeServiceGroup autocode.ServiceGroup
|
||||
}
|
||||
|
||||
var ServiceGroupApp = new(ServiceGroup)
|
Reference in New Issue
Block a user