nezha/model/server_group_server.go

8 lines
145 B
Go
Raw Normal View History

2024-10-19 12:32:55 -04:00
package model
type ServerGroupServer struct {
Common
ServerGroupId uint64 `json:"server_group_id"`
ServerId uint64 `json:"server_id"`
}