新增测点 创建维护模块
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
package repository
|
||||
|
||||
import "energy-management-system/repository/peak-valley"
|
||||
import (
|
||||
device_point "energy-management-system/repository/device-point"
|
||||
"energy-management-system/repository/peak-valley"
|
||||
)
|
||||
|
||||
type groupRepository struct {
|
||||
peak_valley.PeakValley
|
||||
device_point.DevicePoint
|
||||
}
|
||||
|
||||
var GroupRepositorys = new(groupRepository)
|
||||
|
||||
Reference in New Issue
Block a user