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