This commit is contained in:
2024-08-26 17:20:13 +08:00
commit 51090658a2
39 changed files with 2231 additions and 0 deletions

9
repository/enter.go Normal file
View File

@@ -0,0 +1,9 @@
package repository
import "energy-management-system/repository/peak-valley"
type groupRepository struct {
peak_valley.PeakValley
}
var GroupRepositorys = new(groupRepository)