移除ota_target_device表中的type 字段
This commit is contained in:
@@ -52,11 +52,10 @@ type BlackList struct {
|
||||
CreateAt time.Time `json:"create_at"`
|
||||
}
|
||||
|
||||
// OTATargetDevice OTA 定向设备
|
||||
// OTATargetDevice OTA 灰度升级设备
|
||||
type OTATargetDevice struct {
|
||||
ID int `json:"id"`
|
||||
OTAID int `json:"ota_id"`
|
||||
MacAddr string `json:"mac_addr"`
|
||||
Type int `json:"type"`
|
||||
CreateAt time.Time `json:"create_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user