feat: 代码生成
This commit is contained in:
+8
-2
@@ -1,9 +1,15 @@
|
||||
package service
|
||||
|
||||
import "sundynix-go/service/system"
|
||||
import (
|
||||
"sundynix-go/service/codegen"
|
||||
"sundynix-go/service/order"
|
||||
"sundynix-go/service/system"
|
||||
)
|
||||
|
||||
var ServiceGroupApp = new(ServiceGroup)
|
||||
|
||||
type ServiceGroup struct {
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
SystemServiceGroup system.ServiceGroup
|
||||
CodegenServiceGroup codegen.ServiceGroup
|
||||
OrderServiceGroup order.ServiceGroup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user