Files
energy-management-system/service/enter.go
2024-09-03 18:00:02 +08:00

10 lines
118 B
Go

package service
type groupService struct {
Common
PeakValley
DevicePoint
}
var GroupServices = new(groupService)