- package model
- type ReqCamera struct {
- Code string `json:"code"` //设备编号,禁止修改
- GID string `json:"gid"` //网关ID
- Tenant string `json:"tenant"` //租户ID
- Name string `json:"name"` //设备名称
- Brand int `json:"brand"` //品牌
- Model int `json:"model"` //型号
- DevType int `json:"devtype"` //设备类型
- State int `json:"state"` //1启用,0禁用
- }
|