12 lines
150 B
Go
12 lines
150 B
Go
package plant
|
|
|
|
type ServiceGroup struct {
|
|
MyPlantService
|
|
TopicService
|
|
PostService
|
|
WikiClassService
|
|
WikiService
|
|
OcrService
|
|
LevelConfigService
|
|
}
|