Files
sundynix-plant-be/service/plant/enter.go
T
2026-02-07 16:42:43 +08:00

10 lines
118 B
Go

package plant
type ServiceGroup struct {
MyPlantService
TopicService
PostService
WikiClassService
WikiService
}