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

7
service/enter.go Normal file
View File

@@ -0,0 +1,7 @@
package service
type groupService struct {
PeakValley
}
var GroupServices = new(groupService)