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

12 lines
157 B
Go

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