This commit is contained in:
2024-12-23 18:34:46 +08:00
commit cbfcc91eec
24 changed files with 1702 additions and 0 deletions

7
repository/enter.go Normal file
View File

@@ -0,0 +1,7 @@
package repository
type groupRepository struct {
Device
}
var GroupRepositorys = new(groupRepository)