multiscreen.go 171 B

123456789
  1. package model
  2. type Placement struct {
  3. Slot int `json:"slot"`
  4. ID int `json:"id"`
  5. Name string `json:"name"`
  6. Sn string `json:"sn"`
  7. Url string `json:"url"`
  8. }