nezha/model/server_group_server.go
2024-10-20 00:32:55 +08:00

8 lines
145 B
Go

package model
type ServerGroupServer struct {
Common
ServerGroupId uint64 `json:"server_group_id"`
ServerId uint64 `json:"server_id"`
}