init
This commit is contained in:
9
repository/enter.go
Normal file
9
repository/enter.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package repository
|
||||
|
||||
import "energy-management-system/repository/peak-valley"
|
||||
|
||||
type groupRepository struct {
|
||||
peak_valley.PeakValley
|
||||
}
|
||||
|
||||
var GroupRepositorys = new(groupRepository)
|
||||
Reference in New Issue
Block a user