package models type SysVersion struct { LatestVersion string `json:"latestVersion"` Url string `json:"url"` IsUpgrade bool `json:"isUpgrade"` }