init: initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package plant
|
||||
|
||||
import "sundynix-go/service"
|
||||
|
||||
type ApiGroup struct {
|
||||
MyPlantApi
|
||||
}
|
||||
|
||||
var (
|
||||
plantService = service.GroupApp.PlantServiceGroup.MyPlantService
|
||||
)
|
||||
Reference in New Issue
Block a user