Files
2024-09-03 15:52:38 +08:00

10 lines
113 B
Go

package routes
type groupRoutes struct {
Common
PeakValley
DevicePoint
}
var GroupRoutes = new(groupRoutes)