init
This commit is contained in:
7
repository/enter.go
Normal file
7
repository/enter.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package repository
|
||||
|
||||
type groupRepository struct {
|
||||
Device
|
||||
}
|
||||
|
||||
var GroupRepositorys = new(groupRepository)
|
||||
Reference in New Issue
Block a user