first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"sundynix-go/router/system"
|
||||
)
|
||||
|
||||
var GroupApp = new(Group)
|
||||
|
||||
// Group 路由组
|
||||
type Group struct {
|
||||
System system.SysRouterGroup
|
||||
}
|
||||
Reference in New Issue
Block a user