Files
sundynix-plant-be/router/enter.go
T
2026-02-06 14:44:06 +08:00

15 lines
211 B
Go

package router
import (
"sundynix-go/router/plant"
"sundynix-go/router/system"
)
var GroupApp = new(Group)
// Group 路由组
type Group struct {
System system.SysRouterGroup
Plant plant.MyPlantRouter
}