phone_config.go 181 B

1234567891011
  1. package specialAPIModels
  2. type PhoneConfig struct {
  3. common
  4. Extension string `json:",omitempty"`
  5. MAC string `json:"phone_mac,omitempty"`
  6. }
  7. type PhoneConfigs []PhoneConfig