This commit is contained in:
2025-01-07 14:52:54 +08:00
parent ab08f7e169
commit d7b004ea80
4 changed files with 117 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ package repository
type groupRepository struct {
Device
DevUpData
}
var GroupRepositorys = new(groupRepository)