新增测点 创建维护模块

This commit is contained in:
2024-09-03 18:00:02 +08:00
parent 3b53e9f9b7
commit 64dc59940d
12 changed files with 230 additions and 15 deletions

View File

@@ -3,6 +3,7 @@ package service
type groupService struct {
Common
PeakValley
DevicePoint
}
var GroupServices = new(groupService)