package model type Placement struct { Slot int `json:"slot"` ID int `json:"id"` Name string `json:"name"` Sn string `json:"sn"` Url string `json:"url"` }