feat: 代码生成
This commit is contained in:
+5
-1
@@ -1,6 +1,8 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"sundynix-go/router/codegen"
|
||||
"sundynix-go/router/order"
|
||||
"sundynix-go/router/system"
|
||||
)
|
||||
|
||||
@@ -8,5 +10,7 @@ var GroupApp = new(Group)
|
||||
|
||||
// Group 路由组
|
||||
type Group struct {
|
||||
System system.RouterGroup
|
||||
System system.RouterGroup
|
||||
Codegen codegen.RouterGroup
|
||||
Order order.RouterGroup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user