Files
2026-02-06 14:44:06 +08:00

16 lines
254 B
Go

package v1
import (
//"sundynix-go/api/v1/plant"
"sundynix-go/api/v1/plant"
"sundynix-go/api/v1/system"
)
var ApiGroupApp = new(ApiGroup)
// ApiGroup 路由组
type ApiGroup struct {
SystemApiGroup system.ApiGroup
PlantApiGroup plant.ApiGroup
}