init: initial commit

This commit is contained in:
Blizzard
2026-02-06 14:44:06 +08:00
commit 3115b58cb2
133 changed files with 25889 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
package plant
import v1 "sundynix-go/api/v1"
type RouterGroup struct {
MyPlantRouter
}
// 初始化路由
var (
myPlantApi = v1.ApiGroupApp.PlantApiGroup.MyPlantApi
)