新增测点配置

This commit is contained in:
2024-09-03 15:52:38 +08:00
parent bfb284c4cc
commit 3b53e9f9b7
37 changed files with 429 additions and 66 deletions

View File

@@ -1,7 +1,9 @@
package routes
type groupRoutes struct {
Common
PeakValley
DevicePoint
}
var GroupRoutes = new(groupRoutes)