10 lines
118 B
Go
10 lines
118 B
Go
package service
|
|
|
|
type groupService struct {
|
|
Common
|
|
PeakValley
|
|
DevicePoint
|
|
}
|
|
|
|
var GroupServices = new(groupService)
|