8 lines
145 B
Go
8 lines
145 B
Go
|
package model
|
||
|
|
||
|
type ServerGroupServer struct {
|
||
|
Common
|
||
|
ServerGroupId uint64 `json:"server_group_id"`
|
||
|
ServerId uint64 `json:"server_id"`
|
||
|
}
|