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

14 lines
229 B
Go

package plant
import "sundynix-go/service"
type ApiGroup struct {
MyPlantApi
PostApi
}
var (
plantService = service.GroupApp.PlantServiceGroup.MyPlantService
postService = service.GroupApp.PlantServiceGroup.PostService
)