model redesign

This commit is contained in:
naiba
2024-10-20 00:32:55 +08:00
parent 843ecdaa33
commit 4fc0aad7a0
7 changed files with 41 additions and 1 deletions

6
model/server_group.go Normal file
View File

@@ -0,0 +1,6 @@
package model
type ServerGroup struct {
Common
Name string `json:"name"`
}