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

13 lines
172 B
Go

package plant
import v1 "sundynix-go/api/v1"
type RouterGroup struct {
MyPlantRouter
}
// 初始化路由
var (
myPlantApi = v1.ApiGroupApp.PlantApiGroup.MyPlantApi
)