Files
sundynix-plant-be/router/plant/enter.go
T
2026-02-06 17:28:42 +08:00

15 lines
235 B
Go

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